Skip to content

Commit f54628f

Browse files
author
raven02
authored
Stub cellGcmSetWaitFlipUnsafe() (RPCS3#2786)
1 parent 7ac64a6 commit f54628f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rpcs3/Emu/Cell/Modules/cellGcmSys.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,9 @@ void cellGcmSetWaitFlip(vm::ptr<CellGcmContextData> ctxt)
623623

624624
s32 cellGcmSetWaitFlipUnsafe()
625625
{
626-
fmt::throw_exception("Unimplemented" HERE);
626+
cellGcmSys.todo("cellGcmSetWaitFlipUnsafe()");
627+
628+
return CELL_OK;
627629
}
628630

629631
void cellGcmSetZcull(u8 index, u32 offset, u32 width, u32 height, u32 cullStart, u32 zFormat, u32 aaFormat, u32 zCullDir, u32 zCullFormat, u32 sFunc, u32 sRef, u32 sMask)

0 commit comments

Comments
 (0)