summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-03-31 07:07:57 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-03-31 20:35:57 +0200
commit9346f0b33d8e5a84fcab48e4796a695702cd1d77 (patch)
tree44722370bad408dda91cd9971bfcc90b47cf4bba /src/core/hle/service/hid/controllers/npad.h
parentMerge pull request #8106 from ameerj/gl-extreme-crash (diff)
downloadyuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar.gz
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar.bz2
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar.lz
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar.xz
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.tar.zst
yuzu-9346f0b33d8e5a84fcab48e4796a695702cd1d77.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/npad.h')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index 3287cf435..c417a36bb 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -511,7 +511,8 @@ private:
NpadHandheldActivationMode handheld_activation_mode{NpadHandheldActivationMode::Dual};
NpadCommunicationMode communication_mode{NpadCommunicationMode::Default};
bool permit_vibration_session_enabled{false};
- bool analog_stick_use_center_clamp{};
+ bool analog_stick_use_center_clamp{false};
bool is_in_lr_assignment_mode{false};
+ bool is_controller_initialized{false};
};
} // namespace Service::HID