mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-15 13:21:14 +00:00
Compilation fix
This commit is contained in:
parent
bdd458d2ae
commit
2be045593a
@ -106,10 +106,10 @@ struct SceNpDate
|
||||
|
||||
union SceNpTicketParam
|
||||
{
|
||||
s32 i32;
|
||||
s64 i64;
|
||||
u32 u32;
|
||||
u64 u64;
|
||||
s32 _s32;
|
||||
s64 _s64;
|
||||
u32 _u32;
|
||||
u64 _u64;
|
||||
SceNpDate date;
|
||||
u8 data[256];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user