mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-24 09:29:51 +00:00
Refinements to the last commit
This commit is contained in:
parent
e434b625ea
commit
7929573dc1
@ -1019,8 +1019,8 @@ void run_gui(bool is_running)
|
||||
else {
|
||||
SDL_SetWindowFullscreen(window, 0);
|
||||
}
|
||||
update_viewport();
|
||||
}
|
||||
break;
|
||||
if (event.key.keysym.scancode == SDL_SCANCODE_O) {
|
||||
if (event.key.keysym.mod & MODIFIER) {
|
||||
char *filename = do_open_rom_dialog();
|
||||
|
@ -274,6 +274,7 @@ static void handle_events(GB_gameboy_t *gb)
|
||||
else {
|
||||
SDL_SetWindowFullscreen(window, 0);
|
||||
}
|
||||
update_viewport();
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user