Compilation fix

This commit is contained in:
Nekotekina 2014-09-19 04:24:06 +04:00
parent bb77249ac8
commit 5ad68cfe30
1 changed files with 0 additions and 2 deletions

View File

@ -497,8 +497,6 @@ s64 cellSpursFinalize(vm::ptr<CellSpurs> spurs)
#ifdef PRX_DEBUG
return GetCurrentPPUThread().FastCall2(libsre + 0x8568, libsre_rtoc);
#else
spurs->spurs->Finalize();
return CELL_OK;
#endif
}