Fix function defs in ngs2_impl.h

This will (hopefully) fix compilation
This commit is contained in:
Stephen Miller 2025-03-31 16:15:26 -05:00 committed by GitHub
parent 6138484479
commit a7d19381a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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