mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
cellGem: fix default accelerometer value
This commit is contained in:
parent
1b01a9274c
commit
26ae6f0902
@ -2769,7 +2769,7 @@ error_code cellGemGetInertialState(u32 gem_num, u32 state_flag, u64 timestamp, v
|
||||
|
||||
inertial_state->timestamp = (get_guest_system_time() - gem.start_timestamp_us);
|
||||
inertial_state->counter = gem.inertial_counter++;
|
||||
inertial_state->accelerometer[0] = 10; // Current gravity in m/s²
|
||||
inertial_state->accelerometer[2] = 1.0f; // Current gravity in G units (9.81 == 1 unit)
|
||||
|
||||
switch (g_cfg.io.move)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user