Qt_applets: Use new input

This commit is contained in:
german77
2021-09-20 20:19:28 -05:00
committed by Narr the Reg
parent 6e2c84042d
commit 8fff6d6c67
5 changed files with 67 additions and 48 deletions

View File

@ -31,6 +31,10 @@ namespace Ui {
class QtControllerSelectorDialog;
}
namespace Core {
class System;
}
class QtControllerSelectorDialog final : public QDialog {
Q_OBJECT
@ -102,6 +106,7 @@ private:
Core::Frontend::ControllerParameters parameters;
InputCommon::InputSubsystem* input_subsystem;
Core::System& system;
std::unique_ptr<InputProfiles> input_profiles;