sync ports with The Matrix
This commit is contained in:
parent
02776f1507
commit
a0fe1892c0
885 changed files with 6817 additions and 4874 deletions
|
@ -1,17 +1,16 @@
|
|||
Index: UI/NativeApp.cpp
|
||||
--- UI/NativeApp.cpp.orig
|
||||
+++ UI/NativeApp.cpp
|
||||
@@ -445,12 +445,7 @@ void NativeInit(int argc, const char *argv[], const ch
|
||||
@@ -416,12 +416,7 @@ void NativeInit(int argc, const char *argv[], const ch
|
||||
g_VFS.Register("", new DirectoryReader(Path(ASSETS_DIR)));
|
||||
#endif
|
||||
#if !defined(MOBILE_DEVICE) && !defined(_WIN32) && !PPSSPP_PLATFORM(SWITCH)
|
||||
- g_VFS.Register("", new DirectoryReader(File::GetExeDirectory() / "assets"));
|
||||
- g_VFS.Register("", new DirectoryReader(File::GetExeDirectory()));
|
||||
- g_VFS.Register("", new DirectoryReader(Path("/usr/local/share/ppsspp/assets")));
|
||||
g_VFS.Register("", new DirectoryReader(Path("/usr/local/share/ppsspp/assets")));
|
||||
- g_VFS.Register("", new DirectoryReader(Path("/usr/local/share/games/ppsspp/assets")));
|
||||
- g_VFS.Register("", new DirectoryReader(Path("/usr/share/ppsspp/assets")));
|
||||
- g_VFS.Register("", new DirectoryReader(Path("/usr/share/games/ppsspp/assets")));
|
||||
+ g_VFS.Register("", new DirectoryReader(Path("${PREFIX}/share/ppsspp/assets")));
|
||||
#endif
|
||||
|
||||
#if PPSSPP_PLATFORM(SWITCH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue