diff --git a/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp b/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp index 1a39cb4255..df5db6ba64 100644 --- a/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp @@ -769,7 +769,8 @@ void cellGcmSetInvalidateTile(u8 index) s32 cellGcmTerminate() { - fmt::throw_exception("Unimplemented" HERE); + // The firmware just return CELL_OK as well + return CELL_OK; } s32 cellGcmDumpGraphicsError()