mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Compilation fix
This commit is contained in:
parent
bdd458d2ae
commit
2be045593a
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue