diff --git a/Samples/Dialog/dialog.r b/Samples/Dialog/dialog.r index 745a8ce408..092eef578d 100644 --- a/Samples/Dialog/dialog.r +++ b/Samples/Dialog/dialog.r @@ -62,7 +62,7 @@ resource 'SIZE' (-1) { acceptSuspendResumeEvents, reserved, canBackground, - needsActivateOnFGSwitch, + doesActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, ignoreChildDiedEvents, diff --git a/libretro/RetroCarbonAPPL.r b/libretro/RetroCarbonAPPL.r index a44ae6a38b..d7a3a52230 100644 --- a/libretro/RetroCarbonAPPL.r +++ b/libretro/RetroCarbonAPPL.r @@ -22,10 +22,10 @@ resource 'carb' (0) { resource 'SIZE' (-1) { reserved, - ignoreSuspendResumeEvents, + acceptSuspendResumeEvents, reserved, - cannotBackground, - needsActivateOnFGSwitch, + canBackground, + doesActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, ignoreChildDiedEvents,