|
|
connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this,
|
|
connect(GetHotkey("Main Window", "Start Emulation", this), SIGNAL(activated()), this,
|
|
|
- connect(GetHotkey("Main Window", "Swap Screens", this), SIGNAL(activated()), this,
|
|
|
|
|
|
|
+ connect(GetHotkey("Main Window", "Swap Screens", render_window), SIGNAL(activated()), this,
|