From 2db5b2176073621cfee58337c6dffa92456cd7aa Mon Sep 17 00:00:00 2001 From: StapleButter Date: Wed, 29 Mar 2017 20:23:41 +0200 Subject: * emulation settings dialog * proper setting for booting directly or from BIOS * fix shit, again --- src/wx/main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/main.h') diff --git a/src/wx/main.h b/src/wx/main.h index d61442d..8a46fa0 100644 --- a/src/wx/main.h +++ b/src/wx/main.h @@ -35,6 +35,7 @@ enum ID_PAUSE, ID_RESET, + ID_EMUCONFIG, ID_INPUTCONFIG, }; @@ -71,6 +72,7 @@ private: void OnPause(wxCommandEvent& event); void OnReset(wxCommandEvent& event); + void OnEmuConfig(wxCommandEvent& event); void OnInputConfig(wxCommandEvent& event); void ProcessSDLEvents(); -- cgit v1.2.3