mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
cellGem: invalidate hue and tracking in cellGemInvalidateCalibration
This fixes the cursor color in OVERKILL
This commit is contained in:
parent
d6788eb372
commit
3b20db5aec
1 changed files with 2 additions and 0 deletions
|
@ -2580,6 +2580,8 @@ error_code cellGemInvalidateCalibration(s32 gem_num)
|
|||
gem.controllers[gem_num].is_calibrating = false;
|
||||
gem.controllers[gem_num].calibration_start_us = 0;
|
||||
gem.controllers[gem_num].calibration_status_flags = 0;
|
||||
gem.controllers[gem_num].hue_set = false;
|
||||
gem.controllers[gem_num].enabled_tracking = false;
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue