REG_FUNC simplified

This commit is contained in:
Nekotekina 2017-02-13 14:54:58 +03:00
parent acd9d6ff24
commit 64ac6a59c4
5 changed files with 35 additions and 27 deletions

View file

@ -258,7 +258,7 @@ s32 cellVideoOutUnregisterCallback(u32 slot)
void cellSysutil_VideoOut_init()
{
REG_FUNC(cellSysutil, cellVideoOutGetState);
REG_FUNC(cellSysutil, cellVideoOutGetResolution, MFF_PERFECT);
REG_FUNC(cellSysutil, cellVideoOutGetResolution).flags = MFF_PERFECT;
REG_FUNC(cellSysutil, cellVideoOutConfigure);
REG_FUNC(cellSysutil, cellVideoOutGetConfiguration);
REG_FUNC(cellSysutil, cellVideoOutGetDeviceInfo);