[Emulator] Removed legacy title re-launching code

This commit is contained in:
NicknineTheEagle
2024-06-16 10:16:10 +03:00
committed by Radosław Gliński
parent ec267c348a
commit c004d669c2
3 changed files with 1 additions and 24 deletions

View File

@@ -248,8 +248,6 @@ class Emulator {
bool RestoreFromFile(const std::filesystem::path& path);
// The game can request another title to be loaded.
bool TitleRequested();
void LaunchNextTitle();
const std::filesystem::path GetNewDiscPath(std::string window_message = "");
void WaitUntilExit();