citra-qt: Improve Title Bar display

This commit is contained in:
zhupengfei 2018-06-02 11:27:09 +08:00
parent ddc97b15f4
commit fa80ba9846
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
2 changed files with 14 additions and 2 deletions

View file

@ -202,6 +202,8 @@ private:
// Whether emulation is currently running in Citra.
bool emulation_running = false;
std::unique_ptr<EmuThread> emu_thread;
// The title of the game currently running
QString game_title;
// Debugger panes
ProfilerWidget* profilerWidget;