mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
This commit is contained in:
commit
60f6566c78
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ s32 cellFsStat(vm::ptr<const char> path, vm::ptr<CellFsStat> sb)
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
struct _stat64 buf;
|
struct _stat64 buf;
|
||||||
stat_result = _stat64(real_path.c_str(), &buf);
|
stat_result = _stat64(real_path.c_str(), &buf);
|
||||||
#elif
|
#else
|
||||||
struct stat buf;
|
struct stat buf;
|
||||||
stat_result = stat(real_path.c_str(), &buf);
|
stat_result = stat(real_path.c_str(), &buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue