mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
Added sysv_abi , now parameters in sceVideoOutOpen is correct
This commit is contained in:
parent
d8140ca016
commit
28aad0a5dc
7 changed files with 49 additions and 36 deletions
|
@ -31,7 +31,7 @@ namespace HLE::Libs::LibSceVideoOut {
|
|||
}
|
||||
|
||||
|
||||
int32_t sceVideoOutOpen(SceUserServiceUserId userId, int32_t busType, int32_t index, const void* param)
|
||||
int32_t PS4_SYSV_ABI sceVideoOutOpen(SceUserServiceUserId userId, int32_t busType, int32_t index, const void* param)
|
||||
{
|
||||
if (busType != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue