mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Fix function defs in ngs2_impl.h
This will (hopefully) fix compilation
This commit is contained in:
parent
6138484479
commit
a7d19381a1
@ -30,8 +30,9 @@ struct OrbisNgs2SystemOption {
|
|||||||
u32 aReserved[6];
|
u32 aReserved[6];
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef s32 (*OrbisNgs2BufferAllocHandler)(OrbisNgs2ContextBufferInfo* ioBufferInfo);
|
|
||||||
typedef s32 (*OrbisNgs2BufferFreeHandler)(OrbisNgs2ContextBufferInfo* ioBufferInfo);
|
using OrbisNgs2BufferAllocHandler = s32 PS4_SYSV_ABI (*)(OrbisNgs2ContextBufferInfo* io_buffer_info);
|
||||||
|
using OrbisNgs2BufferFreeHandler = s32 PS4_SYSV_ABI (*)(OrbisNgs2ContextBufferInfo* io_buffer_info);
|
||||||
|
|
||||||
struct OrbisNgs2SystemInfo {
|
struct OrbisNgs2SystemInfo {
|
||||||
char name[ORBIS_NGS2_SYSTEM_NAME_LENGTH]; // 0
|
char name[ORBIS_NGS2_SYSTEM_NAME_LENGTH]; // 0
|
||||||
|
Loading…
Reference in New Issue
Block a user