diff --git a/rpcs3/Emu/Cell/Modules/cellCamera.cpp b/rpcs3/Emu/Cell/Modules/cellCamera.cpp index ee33b9150f..39e0973e71 100644 --- a/rpcs3/Emu/Cell/Modules/cellCamera.cpp +++ b/rpcs3/Emu/Cell/Modules/cellCamera.cpp @@ -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(); if (!g_camera) {