mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 18:23:30 +02:00
Refinements to the last commit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user