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