diff --git a/Core/FileSystems/DirectoryFileSystem.cpp b/Core/FileSystems/DirectoryFileSystem.cpp
index 9554f7a9a9..2210cc38d5 100644
--- a/Core/FileSystems/DirectoryFileSystem.cpp
+++ b/Core/FileSystems/DirectoryFileSystem.cpp
@@ -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);
diff --git a/Qt/Native.pro b/Qt/Native.pro
index c08db9b8e2..87c368ffda 100755
--- a/Qt/Native.pro
+++ b/Qt/Native.pro
@@ -30,6 +30,12 @@ HEADERS += ../native/ext/etcpack/etcdec.h \
../native/ext/etcpack/image.h
INCLUDEPATH += ../native/ext/etcpack
+# Cityhash
+SOURCES += ../native/ext/cityhash/city.cpp
+HEADERS += ../native/ext/cityhash/city.h \
+ ../native/ext/cityhash/citycrc.h
+INCLUDEPATH += ../native/ext/cityhash
+
# Stb_image
SOURCES += ../native/ext/stb_image/stb_image.c
diff --git a/assets/icon.svg b/assets/icon.svg
old mode 100644
new mode 100755
index 06c2059e7e..6b9741050a
--- a/assets/icon.svg
+++ b/assets/icon.svg
@@ -1,169 +1,607 @@
-
-
+
+
+
+