mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Qt/CheatsManager: Show disabled AR and Gecko tabs when no game is running.
This commit is contained in:
parent
dd9047f7c5
commit
c40e8ee3a8
2 changed files with 13 additions and 5 deletions
|
@ -43,6 +43,8 @@ private:
|
|||
void OnNewSessionCreated(const Cheats::CheatSearchSessionBase& session);
|
||||
void OnTabCloseRequested(int index);
|
||||
|
||||
void RefreshCodeTabs(Core::State state, bool force);
|
||||
|
||||
std::string m_game_id;
|
||||
std::string m_game_tdb_id;
|
||||
u16 m_revision = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue