CommonHostInterface: Add a hotkey to toggle all cheats

This commit is contained in:
Connor McLaughlin
2020-12-06 23:32:32 +10:00
parent 922e17f677
commit 737a87b483
3 changed files with 30 additions and 2 deletions

View File

@ -331,6 +331,7 @@ protected:
void DrawOSDMessages();
void DrawDebugWindows();
void DoFrameStep();
void DoToggleCheats();
std::unique_ptr<GameList> m_game_list;