mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 00:07:47 +00:00
Qt_applets: Use new input
This commit is contained in:
parent
84bda35f14
commit
5709d1271e
5 changed files with 67 additions and 48 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue