Added a hotkey to open the previously played title

This commit is contained in:
MoistyMarley
2022-12-03 20:11:40 +00:00
parent 1eb61aa9ab
commit 6d2724a861
2 changed files with 22 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ class EmulatorWindow {
void ShowFAQ();
void ShowBuildCommit();
void RunPreviouslyPlayedTitle();
void RunRecentlyPlayedTitle(std::filesystem::path path_to_file);
void FillRecentlyLaunchedTitlesMenu(xe::ui::MenuItem* recent_menu);
void ReadRecentlyLaunchedTitles();