1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00

cellgcm: implement cellGcmTerminate

This commit is contained in:
eladash 2018-05-25 06:52:10 +03:00 committed by kd-11
parent 23b380eb41
commit 8826948c43

View File

@ -769,7 +769,8 @@ void cellGcmSetInvalidateTile(u8 index)
s32 cellGcmTerminate() s32 cellGcmTerminate()
{ {
fmt::throw_exception("Unimplemented" HERE); // The firmware just return CELL_OK as well
return CELL_OK;
} }
s32 cellGcmDumpGraphicsError() s32 cellGcmDumpGraphicsError()