mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-01 21:34:41 +01:00
cellgcm: implement cellGcmTerminate
This commit is contained in:
parent
23b380eb41
commit
8826948c43
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue