citra_qt: add Clear Recent Files menu action

I had to edit a bit of the Restart action so that it does not go wrong because recent files are cleared.
This commit is contained in:
zhupengfei 2018-08-06 09:19:35 +08:00
parent 0233f3286c
commit 6a1f9afbba
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
2 changed files with 17 additions and 4 deletions

View file

@ -205,6 +205,8 @@ private:
std::unique_ptr<EmuThread> emu_thread;
// The title of the game currently running
QString game_title;
// The path to the game currently running
QString game_path;
// Debugger panes
ProfilerWidget* profilerWidget;