psl1ght
A free SDK for Sony's PS3 console
game.h
1 #ifndef __LV2_SYSUTIL_GAME_H__
2 #define __LV2_SYSUTIL_GAME_H__
3 
4 #include <ppu-types.h>
5 #include <ppu-asm.h>
6 
7 
8 /*
9  * constants
10  */
11 
12 /* Attribute / boot */
13 #define SYS_GAME_ATTRIBUTE_PATCH (1 <<0) /* boot Patch */
14 #define SYS_GAME_ATTRIBUTE_APP_HOME (1 <<1) /* boot from / app_home/PS3_GAME */
15 #define SYS_GAME_ATTRIBUTE_DEBUG (1 <<2) /* start with Debug Mode */
16 #define SYS_GAME_ATTRIBUTE_XMBBUY (1 <<3) /* restart of the utility purchases Game */
17 #define SYS_GAME_ATTRIBUTE_COMMERCE2_BROWSER (1 <<4) /* restart from Commerce2Browser */
18 #define SYS_GAME_ATTRIBUTE_INVITE_MESSAGE (1 <<5) /* boot from the invitation Title */
19 #define SYS_GAME_ATTRIBUTE_CUSTOM_DATA_MESSAGE (1 <<6) /* start with the attached conditions data */
20 #define SYS_GAME_ATTRIBUTE_WEB_BROWSER (1 <<8) /* restart from WebBrowser */
21 
22 /* Options operation theme file installation */
23 #define SYS_GAME_THEME_OPTION_NONE (0) /* No option */
24 #define SYS_GAME_THEME_OPTION_APPLY (1 <<0) /* to be applied after the Installation */
25 
26 /* Code function exit callback */
27 #define SYS_GAME_CBRESULT_OK (0) /* exit store data */
28 #define SYS_GAME_CBRESULT_OK_CANCEL (1) /* exit to cancel Theme Installation */
29 
30 #define SYS_GAME_SIZEKB_NOTCALC (-1) /* Directory Size is not calculated */
31 #define SYS_GAME_THEMEINSTALL_BUFSIZE_MIN (4096) /* Size of the minimum buffer Theme Installation */
32 
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
38 /*
39  * enumerations
40  */
41 
42 /* PARAM.SFO parameters */
43 typedef enum sys_game_system_param_size
44 {
45  SYS_GAME_SYSP_LANGUAGE_NUM = 20, /* number of languages */
46  SYS_GAME_SYSP_TITLE_SIZE = 128, /* TITLE size */
47  SYS_GAME_SYSP_TITLEID_SIZE = 10, /* TITLE_ID size */
48  SYS_GAME_SYSP_VERSION_SIZE = 6, /* Content Version Size */
49  SYS_GAME_SYSP_PS3_SYSTEM_VER_SIZE = 8, /* Runtime Library Release Version size */
50  SYS_GAME_SYSP_APP_VER_SIZE = 6 /* System Patches Version size */
51 } sysGameSystemParamSize;
52 
53 /* PARAM.SFO, ID setting information acquisition */
54 typedef enum sys_game_params
55 {
56  SYS_GAME_PARAMID_TITLE = 0,
57  SYS_GAME_PARAMID_TITLE_DEFAULT,
58  SYS_GAME_PARAMID_TITLE_JAPANESE,
59  SYS_GAME_PARAMID_TITLE_ENGLISH,
60  SYS_GAME_PARAMID_TITLE_FRENCH,
61  SYS_GAME_PARAMID_TITLE_SPANISH,
62  SYS_GAME_PARAMID_TITLE_GERMAN,
63  SYS_GAME_PARAMID_TITLE_ITALIAN,
64  SYS_GAME_PARAMID_TITLE_DUTCH,
65  SYS_GAME_PARAMID_TITLE_PORTUGUESE,
66  SYS_GAME_PARAMID_TITLE_RUSSIAN,
67  SYS_GAME_PARAMID_TITLE_KOREAN,
68  SYS_GAME_PARAMID_TITLE_CHINESE_T,
69  SYS_GAME_PARAMID_TITLE_CHINESE_S,
70  SYS_GAME_PARAMID_TITLE_FINNISH,
71  SYS_GAME_PARAMID_TITLE_SWEDISH,
72  SYS_GAME_PARAMID_TITLE_DANISH,
73  SYS_GAME_PARAMID_TITLE_NORWEGIAN,
74  SYS_GAME_PARAMID_TITLE_POLISH,
75 
76  SYS_GAME_PARAMID_TITLE_ID = 100,
77  SYS_GAME_PARAMID_VERSION,
78  SYS_GAME_PARAMID_PARENTAL_LEVEL,
79  SYS_GAME_PARAMID_RESOLUTION,
80  SYS_GAME_PARAMID_SOUND_FORMAT,
81  SYS_GAME_PARAMID_PS3_SYSTEM_VER,
82  SYS_GAME_PARAMID_APP_VER
83 } sysGameParams;
84 
85 /* error dialog */
86 typedef enum sys_game_error
87 {
88  SYS_GAME_ERRDIALOG_BROKEN_GAMEDATA = 0, /* corruption error */
89  SYS_GAME_ERRDIALOG_BROKEN_HDDGAME, /* corruption error */
90  SYS_GAME_ERRDIALOG_NOSPACE, /* HDD full */
91 
92  SYS_GAME_ERRDIALOG_BROKEN_EXIT_GAMEDATA = 100, /* corruption error */
93  SYS_GAME_ERRDIALOG_BROKEN_EXIT_HDDGAME, /* corruption error */
94  SYS_GAME_ERRDIALOG_NOSPACE_EXIT /* HDD full */
95 } sysGameError;
96 
97 /* E Set the supported rendering resolution resolution settings corresponding drawing */
98 typedef enum sys_game_resolution
99 {
100  SYS_GAME_RESOLUTION_1080 = 0x08, /* 1080 */
101  SYS_GAME_RESOLUTION_720 = 0x04, /* 720 */
102  SYS_GAME_RESOLUTION_576SQ = 0x20, /* Wide screen of 576 */
103  SYS_GAME_RESOLUTION_576 = 0x02, /* 576 */
104  SYS_GAME_RESOLUTION_480SQ = 0x10, /* Wide screen of 480 */
105  SYS_GAME_RESOLUTION_480 = 0x01 /* 480 */
106 } sysGameResolution;
107 
108 /* Set the supported sound format audio formats support setting */
109 typedef enum sys_game_sound_format
110 {
111  SYS_GAME_SOUNDFORMAT_71LPCM = 0x10, /* 7.1ch LPCM */
112  SYS_GAME_SOUNDFORMAT_51LPCM = 0x04, /* 5.1ch LPCM */
113  SYS_GAME_SOUNDFORMAT_51DDENC = 0x102, /* Dolby Digital */
114  SYS_GAME_SOUNDFORMAT_51DTSENC = 0x202, /* DTS Digital Surround */
115  SYS_GAME_SOUNDFORMAT_2LPCM = 0x01, /* 2ch LPCM */
116 } sysGameSoundFormat;
117 
118 /* Disc type */
119 typedef enum sys_game_disc_type
120 {
121  SYS_GAME_DISCTYPE_OTHER = 0,
122  SYS_GAME_DISCTYPE_PS3,
123  SYS_GAME_DISCTYPE_PS2
124 } sysGameDiscType;
125 
126 
127 /*
128  * structures
129  */
130 
131 /* Directory Size *Information */
132 typedef struct sys_game_content_size
133 {
134  s32 hddFreeSizeKB;
135  s32 sizeKB;
136  s32 sysSizeKB;
138 
139 /* for setting the initial value PARAM.SFO Parameters */
140 typedef struct sys_game_set_init_params {
141  char title [SYS_GAME_SYSP_TITLE_SIZE];
142  char titleId [SYS_GAME_SYSP_TITLEID_SIZE];
143  char reserved0 [2];
144  char version [SYS_GAME_SYSP_VERSION_SIZE];
145  char reserved1 [66];
147 
148 
149 /*
150  * callbacks
151  */
152 
153 typedef s32 (*sysGameThemeInstallCallback)(u32 fileOffset, u32 readSize, void *buf);
154 typedef void (*sysGameDiscEjectCallback)(void);
155 typedef void (*sysGameDiscInsertCallback)(u32 discType, char *titleId);
156 
157 
158 /*
159  * functions
160  */
161 
162 s32 sysGameDataCheck(u32 type, const char *dirName, sysGameContentSize *size);
163 s32 sysGameBootCheck(u32 *type, u32 *attributes, sysGameContentSize *size, char *dirName);
164 s32 sysGamePatchCheck(sysGameContentSize *size, void *reserved);
165 s32 sysGameCreateGameData(sysGameSetInitParams *init, char *tmp_contentInfoPath, char *tmp_usrdirPath);
166 s32 sysGameGetParamInt(s32 id, s32 *value);
167 s32 sysGameGetParamString(s32 id, char *buf, u32 bufsize);
168 s32 sysGameGetSizeKB(s32 *sizeKB);
169 s32 sysGameSetParamString(s32 id, const char *buf);
170 s32 sysGameGetDiscContentInfoUpdatePath(char *updatePath);
171 s32 sysGameContentPermit(char *contentInfoPath, char *usrdirPath);
172 s32 sysGameContentErrorDialog(s32 type, s32 errNeedSizeKB, const char *dirName);
173 s32 sysGameThemeInstall(const char *usrdirPath, const char *fileName, u32 option);
174 s32 sysGameThemeInstallFromBuffer(u32 fileSize, u32 bufSize, void *buf, sysGameThemeInstallCallback cb, u32 option);
175 s32 sysGameGetLocalWebContentPath(char *contentPath);
176 s32 sysGameDeleteGameData(const char *dirName);
177 s32 sysGameRegisterDiscChangeCallback(sysGameDiscEjectCallback cbEject, sysGameDiscInsertCallback cbInsert);
178 s32 sysGameUnregisterDiscChangeCallback(void);
179 
180 #ifdef __cplusplus
181  }
182 #endif
183 
184 #endif /* __LV2_SYSUTIL_GAME_H__ */
185 
Definition: game.h:132
Definition: game.h:140