sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-18 23:08:50 +00:00
parent a0fe1892c0
commit a526e24d56
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
276 changed files with 5668 additions and 3169 deletions

View file

@ -7,10 +7,11 @@ Index: UI/NativeApp.cpp
#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)