mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-20 10:31:30 -06:00
Merge remote-tracking branch 'origin/main' into user_and_settings
This commit is contained in:
commit
5f4b413c4a
@ -85,7 +85,7 @@ void EmulateJoystick(GameController* controller, u32 interval) {
|
||||
}
|
||||
}
|
||||
|
||||
constexpr float constant_down_accel[3] = {0.0f, -9.81, 0.0f};
|
||||
constexpr float constant_down_accel[3] = {0.0f, 9.81f, 0.0f};
|
||||
void EmulateGyro(GameController* controller, u32 interval) {
|
||||
float d_x = 0, d_y = 0;
|
||||
SDL_GetRelativeMouseState(&d_x, &d_y);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user