mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix CELL_CAMERA_ERROR_NOT_INIT check in cellCameraSetNotifyEventQueue when camera set to null
Don't worry, this was a duplicated check for null camera setting.
This commit is contained in:
parent
96527eee5b
commit
ecb3b62787
1 changed files with 0 additions and 5 deletions
|
@ -1126,11 +1126,6 @@ s32 cellCameraSetNotifyEventQueue(u64 key)
|
|||
{
|
||||
cellCamera.todo("cellCameraSetNotifyEventQueue(key=0x%x)", key);
|
||||
|
||||
if (g_cfg.io.camera == camera_handler::null)
|
||||
{
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
const auto g_camera = fxm::get<camera_thread>();
|
||||
if (!g_camera)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue