mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 12:15:27 -06:00
Silence cellGemGetState
This commit is contained in:
parent
750359d780
commit
e126af63ed
@ -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))
|
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
|
// TODO: Get the gem state at the specified time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user