mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 20:35:01 +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
|
@ -6,7 +6,7 @@ namespace HLE::Libs::LibC {
|
|||
|
||||
static u32 g_need_sceLibc = 1;
|
||||
|
||||
static void init_env() //every game/demo should probably
|
||||
static PS4_SYSV_ABI void init_env() // every game/demo should probably
|
||||
{
|
||||
//dummy no need atm
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ namespace HLE::Libs::LibC {
|
|||
{
|
||||
|
||||
}
|
||||
static int atexit(void (*func)())
|
||||
static PS4_SYSV_ABI int atexit(void (*func)())
|
||||
{
|
||||
int rt = ::atexit(func);
|
||||
if (rt != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue