diff --git a/libretro/Retro68APPL.r b/libretro/Retro68APPL.r index 0a340a906e..07269ee464 100644 --- a/libretro/Retro68APPL.r +++ b/libretro/Retro68APPL.r @@ -22,10 +22,10 @@ resource 'CODE' (1) { resource 'SIZE' (-1) { dontSaveScreen, - acceptSuspendResumeEvents, + ignoreSuspendResumeEvents, enableOptionSwitch, - canBackground, - multiFinderAware, + cannotBackground, + needsActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, ignoreChildDiedEvents,