diff options
| author | bunnei <bunneidev@gmail.com> | 2022-04-02 20:12:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 20:12:45 -0700 |
| commit | b5910ad0bafcd45d603cff5726288ec392a2711e (patch) | |
| tree | 028e5b9ea0000455a1de2cbe055137f274d4939d /src/core/hle/service/hid/hid.cpp | |
| parent | 7f1e66e94be9a207bf5ec21cd6f02562bde25eca (diff) | |
| parent | 3e5469a974b979d113b056d9fc3b0b9beff96ab7 (diff) | |
Merge pull request #8123 from german77/bombslinger
service: hid: Remove inaccurate behavior on initialization
Diffstat (limited to 'src/core/hle/service/hid/hid.cpp')
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index b2cec2253..92e6bf889 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp @@ -63,10 +63,6 @@ IAppletResource::IAppletResource(Core::System& system_, MakeController<Controller_Gesture>(HidController::Gesture); MakeController<Controller_ConsoleSixAxis>(HidController::ConsoleSixAxisSensor); - // Homebrew doesn't try to activate some controllers, so we activate them by default - GetController<Controller_NPad>(HidController::NPad).ActivateController(); - GetController<Controller_Touchscreen>(HidController::Touchscreen).ActivateController(); - GetController<Controller_Stubbed>(HidController::HomeButton).SetCommonHeaderOffset(0x4C00); GetController<Controller_Stubbed>(HidController::SleepButton).SetCommonHeaderOffset(0x4E00); GetController<Controller_Stubbed>(HidController::CaptureButton).SetCommonHeaderOffset(0x5000); |
