Oops, fix frame advance and some other hotkeys
This commit is contained in:
parent
3aafc53594
commit
4b9023337e
|
@ -1849,6 +1849,8 @@ namespace BizHawk.MultiClient
|
|||
//todo - could have these in a table somehow ?
|
||||
switch (trigger)
|
||||
{
|
||||
default:
|
||||
return false;
|
||||
case "Pause": TogglePause(); break;
|
||||
case "Toggle Throttle":
|
||||
unthrottled ^= true;
|
||||
|
|
Loading…
Reference in New Issue