citra-qt: Improve Title Bar display
This commit is contained in:
parent
ddc97b15f4
commit
fa80ba9846
2 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue