mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Linux build fix.
This commit is contained in:
parent
31e1464e1a
commit
3e9cbb4a24
6 changed files with 19 additions and 16 deletions
|
@ -204,9 +204,9 @@ struct CellHddGameStatGet
|
|||
u8 contentInfoPath[CELL_HDDGAME_PATH_MAX];
|
||||
u8 hddGamePath[CELL_HDDGAME_PATH_MAX];
|
||||
u8 reserved0[2];
|
||||
be_t<u64> st_atime;
|
||||
be_t<u64> st_mtime;
|
||||
be_t<u64> st_ctime;
|
||||
be_t<u64> st_atime__;
|
||||
be_t<u64> st_mtime__;
|
||||
be_t<u64> st_ctime__;
|
||||
CellHddGameSystemFileParam getParam;
|
||||
be_t<s32> sizeKB;
|
||||
be_t<s32> sysSizeKB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue