Skip to content

Commit ea7549b

Browse files
committed
Fix exit fullscreen with ESC
1 parent 3307519 commit ea7549b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platforms/desktop-shared/application.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ static void sdl_events_emu(const SDL_Event* event)
619619

620620
if (key == SDL_SCANCODE_ESCAPE)
621621
{
622+
config_emulator.fullscreen = false;
622623
application_trigger_fullscreen(false);
623624
break;
624625
}

0 commit comments

Comments
 (0)