Retro68/libretro/RetroPPCAPPL.r

37 lines
710 B
R
Raw Permalink Normal View History

2015-09-08 23:25:59 +00:00
#include "Processes.r"
#include "CodeFragments.r"
#ifndef CFRAG_NAME
#define CFRAG_NAME "RetroPPC Application"
#endif
resource 'cfrg' (0) {
{
kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum,
kDefaultStackSize, kNoAppSubFolder,
kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF,
CFRAG_NAME
}
};
resource 'SIZE' (-1) {
2019-09-09 20:14:01 +00:00
reserved,
ignoreSuspendResumeEvents,
reserved,
cannotBackground,
needsActivateOnFGSwitch,
2015-09-08 23:25:59 +00:00
backgroundAndForeground,
dontGetFrontClicks,
ignoreChildDiedEvents,
is32BitCompatible,
2019-09-09 20:14:01 +00:00
notHighLevelEventAware,
onlyLocalHLEvents,
notStationeryAware,
dontUseTextEditServices,
2015-09-08 23:25:59 +00:00
reserved,
reserved,
reserved,
1024 * 1024,
1024 * 1024
};