Port #4056 from Citra: "Add Clear Recent Files menu action"
This commit is contained in:
parent
bf89a99839
commit
6923ecee3a
2 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue