Oops, fix frame advance and some other hotkeys

This commit is contained in:
adelikat 2013-08-04 18:15:11 +00:00
parent 3aafc53594
commit 4b9023337e
1 changed files with 2 additions and 0 deletions

View File

@ -1849,6 +1849,8 @@ namespace BizHawk.MultiClient
//todo - could have these in a table somehow ? //todo - could have these in a table somehow ?
switch (trigger) switch (trigger)
{ {
default:
return false;
case "Pause": TogglePause(); break; case "Pause": TogglePause(); break;
case "Toggle Throttle": case "Toggle Throttle":
unthrottled ^= true; unthrottled ^= true;