1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

cellGem: fix Deadstorm Pirates regression

This commit is contained in:
Megamouse 2021-08-05 01:46:21 +02:00
parent 87c07679e1
commit 9c21f43df6

View File

@ -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;
}
}