[arch-commits] Commit in libretro-ppsspp/trunk (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Oct 15 09:06:16 UTC 2021


    Date: Friday, October 15, 2021 @ 09:06:15
  Author: alucryd
Revision: 1030251

libretro-ppsspp 30879-1: fix assets directory

Modified:
  libretro-ppsspp/trunk/PKGBUILD
  libretro-ppsspp/trunk/libretro-ppsspp-assets-path.patch

-----------------------------------+
 PKGBUILD                          |    6 +++---
 libretro-ppsspp-assets-path.patch |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-15 08:21:58 UTC (rev 1030250)
+++ PKGBUILD	2021-10-15 09:06:15 UTC (rev 1030251)
@@ -3,7 +3,7 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-ppsspp
-pkgver=30870
+pkgver=30879
 pkgrel=1
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -31,7 +31,7 @@
   ninja
   python
 )
-_commit=e91b8af27a08fdec3d2e5e2b7445b28629340f4b
+_commit=11b65ca227b9624a3fc2fb123dfe009b8f68435d
 source=(
   libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
   git+https://github.com/Kingcom/armips.git
@@ -54,7 +54,7 @@
         'SKIP'
         'SKIP'
         'SKIP'
-        '535a9c3c09835104fa8f57be34eedda8281f28029fa963ccefb6c56f310ac0fc799e8dd52825ad70dd180905142b132fdd1dac30e526da65417082b1b57d2f59'
+        'c72640695e3e3b9512f13d71956872cea34b41cf28bd31c7dbd8062e1166d5ae8f248b01d6f5c73dd96d3ed5d5d59eab69c5619272525aefaa322cc2ca8b8541'
         'c9fefb1456341f8bdc66ff787dd45e849c44a927dea7d9453ae507ed8d03e440651afe5795f929995a4e55a3b44ffb19fc1105b5621ec4917c8d17250dda1259')
 
 pkgver() {

Modified: libretro-ppsspp-assets-path.patch
===================================================================
--- libretro-ppsspp-assets-path.patch	2021-10-15 08:21:58 UTC (rev 1030250)
+++ libretro-ppsspp-assets-path.patch	2021-10-15 09:06:15 UTC (rev 1030251)
@@ -6,7 +6,7 @@
     g_Config.internalDataDirectory = retro_base_dir;
  
 -   VFSRegister("", new DirectoryAssetReader(retro_base_dir));
-+   VFSRegister("", new DirectoryAssetReader(Path("/usr/share/libretro/ppsspp/assets")));
++   VFSRegister("", new DirectoryAssetReader(Path("/usr/share/ppsspp/assets")));
  
     host = new LibretroHost();
  }



More information about the arch-commits mailing list