mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
idk lowed sens a bit
This commit is contained in:
parent
bd87209130
commit
ab44c856bd
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ void VPADController::update_motion(VPADStatus_t& status)
|
|||
static glm::vec3 m_lastGyroRotation{}, m_startGyroRotation{};
|
||||
static bool m_startGyroRotationSet{};
|
||||
|
||||
float rotX = (wy * 0.05) * 1; // up/down best
|
||||
float rotX = (wy * 0.025) * 1; // up/down best
|
||||
float rotY = (wx * -0.1) * 1; // left/right
|
||||
float rotZ = 0; //input_manager.m_mouse_wheel * 14.0f + m_lastGyroRotation.z;
|
||||
input_manager.m_mouse_wheel = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue