mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
input_common: Revert deleted TAS functions
This commit is contained in:
parent
df91c97a36
commit
f63c6fce6d
7 changed files with 122 additions and 48 deletions
|
@ -925,7 +925,7 @@ void GMainWindow::InitializeDebugWidgets() {
|
|||
waitTreeWidget->hide();
|
||||
debug_menu->addAction(waitTreeWidget->toggleViewAction());
|
||||
|
||||
controller_dialog = new ControllerDialog(*system, this);
|
||||
controller_dialog = new ControllerDialog(*system, input_subsystem, this);
|
||||
controller_dialog->hide();
|
||||
debug_menu->addAction(controller_dialog->toggleViewAction());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue