mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Silence cellGemGetState
This commit is contained in:
parent
750359d780
commit
e126af63ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue