more shady stuff

This commit is contained in:
Nayla Hanegan 2024-08-23 15:42:58 -04:00
commit 2bb83b1adb
16 changed files with 93 additions and 86 deletions

View file

@ -34,7 +34,7 @@ signals:
void GraphicsPressed();
void StartNetPlayPressed();
void ViewGeckoCodes();
void StepPressed();
void StepOverPressed();
void StepOutPressed();
@ -59,9 +59,10 @@ private:
QAction* m_config_action;
QAction* m_controllers_action;
QAction* m_graphics_action;
QAction* m_start_netplay_action;
QAction* m_view_gecko_codes_action;
QAction* m_step_action;
QAction* m_step_over_action;
QAction* m_step_out_action;