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) {
|
|
|
|
dontSaveScreen,
|
|
|
|
acceptSuspendResumeEvents,
|
|
|
|
enableOptionSwitch,
|
|
|
|
canBackground,
|
|
|
|
multiFinderAware,
|
|
|
|
backgroundAndForeground,
|
|
|
|
dontGetFrontClicks,
|
|
|
|
ignoreChildDiedEvents,
|
|
|
|
is32BitCompatible,
|
2015-10-06 22:03:28 +00:00
|
|
|
reserved,
|
|
|
|
reserved,
|
|
|
|
reserved,
|
2015-09-08 23:25:59 +00:00
|
|
|
reserved,
|
|
|
|
reserved,
|
|
|
|
reserved,
|
|
|
|
reserved,
|
|
|
|
1024 * 1024,
|
|
|
|
1024 * 1024
|
|
|
|
};
|