mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
more shady stuff
This commit is contained in:
parent
2670ec26f6
commit
2bb83b1adb
16 changed files with 93 additions and 86 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue