service/hid: Remove includes of core.h and settings.h
This commit is contained in:
parent
690013b342
commit
e7eee36d52
29 changed files with 67 additions and 67 deletions
|
@ -928,7 +928,7 @@ void GMainWindow::InitializeDebugWidgets() {
|
|||
waitTreeWidget->hide();
|
||||
debug_menu->addAction(waitTreeWidget->toggleViewAction());
|
||||
|
||||
controller_dialog = new ControllerDialog(*system, input_subsystem, this);
|
||||
controller_dialog = new ControllerDialog(system->HIDCore(), input_subsystem, this);
|
||||
controller_dialog->hide();
|
||||
debug_menu->addAction(controller_dialog->toggleViewAction());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue