mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
REG_FUNC simplified
This commit is contained in:
parent
acd9d6ff24
commit
64ac6a59c4
5 changed files with 35 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue