Port #4056 from Citra: "Add Clear Recent Files menu action"

This commit is contained in:
fearlessTobi
2018-08-21 13:12:45 +02:00
parent bf89a99839
commit 6923ecee3a
2 changed files with 14 additions and 0 deletions

View File

@ -161,6 +161,8 @@ private:
// Whether emulation is currently running in yuzu.
bool emulation_running = false;
std::unique_ptr<EmuThread> emu_thread;
// The path to the game currently running
QString game_path;
// FS
FileSys::VirtualFilesystem vfs;