FrontendCommon: Add auto cheat loading option

This commit is contained in:
Connor McLaughlin
2020-09-09 23:44:02 +10:00
parent bf6b4514a0
commit 03f052e12e
8 changed files with 190 additions and 18 deletions

View File

@ -757,6 +757,7 @@ void Shutdown()
s_running_game_title.clear();
s_media_playlist.clear();
s_media_playlist_filename.clear();
s_cheat_list.reset();
s_state = State::Shutdown;
}