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
1 changed files with 2 additions and 1 deletions

View File

@ -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()