mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-21 16:11:56 +02:00
Add 'Unload Game' hotkey
This commit is contained in:
@@ -155,6 +155,10 @@ auto InputManager::bindHotkeys() -> void {
|
|||||||
program.power();
|
program.power();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
hotkeys.append(InputHotkey("Unload Game").onPress([] {
|
||||||
|
program.unload();
|
||||||
|
}));
|
||||||
|
|
||||||
hotkeys.append(InputHotkey("Quit Emulator").onPress([] {
|
hotkeys.append(InputHotkey("Quit Emulator").onPress([] {
|
||||||
program.quit();
|
program.quit();
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user