1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 12:12:50 +01:00

Silence cellGemGetState

This commit is contained in:
Eladash 2024-03-27 10:46:45 +02:00 committed by Elad Ashkenazi
parent 750359d780
commit e126af63ed

View File

@ -1638,7 +1638,7 @@ error_code cellGemGetState(u32 gem_num, u32 flag, u64 time_parameter, vm::ptr<Ce
if (!gem.is_controller_ready(gem_num))
{
return CELL_GEM_NOT_CONNECTED;
return not_an_error(CELL_GEM_NOT_CONNECTED);
}
// TODO: Get the gem state at the specified time