mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
sys_fs_ftruncate implemented, bugfixes
Eliminated using stat() for _WIN32 because it doesn't support unicode correctly, use rExists() or get_file_info() instead
This commit is contained in:
parent
93ebce4162
commit
3c872ab611
9 changed files with 68 additions and 54 deletions
|
@ -40,7 +40,6 @@
|
|||
#include <map>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include "Utilities/GNU.h"
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue