mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
cellgcm: implement cellGcmTerminate
This commit is contained in:
parent
23b380eb41
commit
8826948c43
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue