mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
cellGem: fix Deadstorm Pirates regression
This commit is contained in:
parent
87c07679e1
commit
9c21f43df6
|
|
@ -142,7 +142,7 @@ struct gem_config
|
|||
gem.enabled_tracking = true;
|
||||
gem.hue = 1;
|
||||
|
||||
status_flags = CELL_GEM_FLAG_CALIBRATION_SUCCEEDED;
|
||||
status_flags = CELL_GEM_FLAG_CALIBRATION_SUCCEEDED | CELL_GEM_FLAG_CALIBRATION_OCCURRED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue