mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 03:18:17 +00:00
New definitions for frontend <-> module communication
svn-id: r20635
This commit is contained in:
parent
f74801e42c
commit
353ea3881f
@ -2,7 +2,17 @@
|
||||
#define PALMDEFS_H
|
||||
|
||||
#define appFileCreator 'ScVM'
|
||||
#define sysAppLaunchCustomDeleteEngine (sysAppLaunchCmdCustomBase + 0)
|
||||
#define sysAppLaunchCustomEngineDelete (sysAppLaunchCmdCustomBase + 0)
|
||||
#define sysAppLaunchCustomEngineGetInfo (sysAppLaunchCmdCustomBase + 1)
|
||||
|
||||
enum {
|
||||
GET_NONE = 0,
|
||||
GET_DATACOMMON = 1 << 1,
|
||||
GET_DATAENGINE = 1 << 2,
|
||||
|
||||
GET_MODE68K = 1 << 14,
|
||||
GET_MODEARM = 1 << 15,
|
||||
};
|
||||
|
||||
SysAppInfoPtr SysGetAppInfo(SysAppInfoPtr *uiAppPP, SysAppInfoPtr *actionCodeAppPP)
|
||||
SYS_TRAP(sysTrapSysGetAppInfo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user