mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +00:00
Clang
again
This commit is contained in:
parent
811e62a048
commit
b4bfabe29e
@ -30,7 +30,6 @@ struct OrbisNgs2SystemOption {
|
||||
u32 aReserved[6];
|
||||
};
|
||||
|
||||
|
||||
using OrbisNgs2BufferAllocHandler =
|
||||
s32 PS4_SYSV_ABI (*)(OrbisNgs2ContextBufferInfo* io_buffer_info);
|
||||
using OrbisNgs2BufferFreeHandler = s32 PS4_SYSV_ABI (*)(OrbisNgs2ContextBufferInfo* io_buffer_info);
|
||||
|
@ -18,8 +18,8 @@ struct OrbisNgs2ReportDataHeader {
|
||||
s32 result;
|
||||
};
|
||||
|
||||
using OrbisNgs2ReportHandler =
|
||||
void PS4_SYSV_ABI (*)(const OrbisNgs2ReportDataHeader* data, uintptr_t user_data);
|
||||
using OrbisNgs2ReportHandler = void PS4_SYSV_ABI (*)(const OrbisNgs2ReportDataHeader* data,
|
||||
uintptr_t user_data);
|
||||
|
||||
struct OrbisNgs2ReportMessageData {
|
||||
OrbisNgs2ReportDataHeader header;
|
||||
|
Loading…
Reference in New Issue
Block a user