SC_FUNC improved (faster compilation)

This commit is contained in:
Nekotekina 2015-07-08 20:45:26 +03:00
parent 82781e620a
commit 096fc86f17
4 changed files with 84 additions and 64 deletions

View file

@ -8,7 +8,7 @@ namespace vm { using namespace ps3; }
extern Module cellAvconfExt;
s32 cellVideoOutConvertCursorColor()
s32 cellVideoOutConvertCursorColor(PPUThread& CPU)
{
UNIMPLEMENTED_FUNC(cellAvconfExt);
return CELL_OK;