mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
correction for home menu popping up on game load
This commit is contained in:
parent
46b109c168
commit
ae402f0ca1
@ -287,7 +287,6 @@ int main(int argc, char *argv[])
|
||||
// since we're entering the menu
|
||||
ResumeDeviceThread();
|
||||
|
||||
ConfigRequested = 1;
|
||||
SwitchAudioMode(1);
|
||||
|
||||
if(!romLoaded)
|
||||
@ -302,6 +301,7 @@ int main(int argc, char *argv[])
|
||||
currentMode = GCSettings.render;
|
||||
currentTiming = GCSettings.timing;
|
||||
ConfigRequested = 0;
|
||||
ScreenshotRequested = 0;
|
||||
SwitchAudioMode(0);
|
||||
|
||||
// stop checking if devices were removed/inserted
|
||||
|
@ -281,8 +281,8 @@ copy_to_xfb (u32 arg)
|
||||
{
|
||||
if(ScreenshotRequested)
|
||||
{
|
||||
TakeScreenshot();
|
||||
ScreenshotRequested = 0;
|
||||
TakeScreenshot();
|
||||
ConfigRequested = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user