mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Update for Qt project files. New Symbian icon (Belle style) thanks to z435312561. Stat64 -> stat.
This commit is contained in:
@@ -492,8 +492,8 @@ PSPFileInfo DirectoryFileSystem::GetFileInfo(std::string filename) {
|
||||
|
||||
if (x.type != FILETYPE_DIRECTORY)
|
||||
{
|
||||
struct stat64 s;
|
||||
stat64(fullName.c_str(), &s);
|
||||
struct stat s;
|
||||
stat(fullName.c_str(), &s);
|
||||
#ifdef _WIN32
|
||||
WIN32_FILE_ATTRIBUTE_DATA data;
|
||||
GetFileAttributesEx(fullName.c_str(), GetFileExInfoStandard, &data);
|
||||
|
||||
Reference in New Issue
Block a user