summarylogtreecommitdiffstats
path: root/libretro.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.cpp.patch')
-rw-r--r--libretro.cpp.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libretro.cpp.patch b/libretro.cpp.patch
new file mode 100644
index 000000000000..34e82321cde6
--- /dev/null
+++ b/libretro.cpp.patch
@@ -0,0 +1,10 @@
+--- libretro/libretro.cpp.orig 2020-10-08 22:13:25.641893000 +0200
++++ libretro/libretro.cpp 2020-10-10 01:21:00.000136872 +0200
+@@ -601,6 +601,7 @@
+ g_Config.internalDataDirectory = retro_base_dir;
+
+ VFSRegister("", new DirectoryAssetReader(retro_base_dir.c_str()));
++ VFSRegister("", new DirectoryAssetReader("/usr/share/libretro/bios/ppsspp/assets/"));
+
+ coreState = CORE_POWERUP;
+ ctx = LibretroGraphicsContext::CreateGraphicsContext();