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:
parent
23b380eb41
commit
8826948c43
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user