dolphin/Source/Core/DolphinWX/Cheats
Lioncash c61d0dfe87 Frame: Make cheat dialog private
Rather than destroy and reinitialize the dialog whenever it's closed,
and opened this dialog can just be hidden from view when it's not
needed, and shown again when it is needed.

Also, a dialog should really not be managing any live instances of
itself, including the one directly in the main frame.

This gets rid of another usage of the main frame global.
2017-04-06 21:25:26 -04:00
..
ActionReplayCodesPanel.cpp
ActionReplayCodesPanel.h
ARCodeAddEdit.cpp
ARCodeAddEdit.h
CheatSearchTab.cpp
CheatSearchTab.h
CheatsWindow.cpp Frame: Make cheat dialog private 2017-04-06 21:25:26 -04:00
CheatsWindow.h Frame: Make cheat dialog private 2017-04-06 21:25:26 -04:00
CreateCodeDialog.cpp
CreateCodeDialog.h
GeckoCodeDiag.cpp GeckoCodeConfig: Return vector by value for LoadCodes() 2017-03-21 16:58:13 -04:00
GeckoCodeDiag.h