mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
ISOProperties: Add notification when Cheats are disabled.
If the user enables a cheat while cheats are globally disabled then display a notice about it. Issue 9690.
This commit is contained in:
@ -17,6 +17,9 @@ class wxListBox;
|
||||
class wxStaticText;
|
||||
class wxTextCtrl;
|
||||
|
||||
// GetClientData() -> GeckoCode* [immutable]
|
||||
wxDECLARE_EVENT(DOLPHIN_EVT_GECKOCODE_TOGGLED, wxCommandEvent);
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
class CodeConfigPanel : public wxPanel
|
||||
|
Reference in New Issue
Block a user