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
|
@ -11,4 +11,6 @@ using u32 = unsigned int;
|
|||
using u64 = unsigned long long;
|
||||
|
||||
using f32 = float;
|
||||
using f64 = double;
|
||||
using f64 = double;
|
||||
|
||||
#define PS4_SYSV_ABI __attribute__((sysv_abi))
|
Loading…
Add table
Add a link
Reference in a new issue