pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-nestopia/patches libretro-nestopia:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0aaa3c1c6e45
branches: trunk
changeset: 407744:0aaa3c1c6e45
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jan 09 10:28:11 2020 +0000
description:
libretro-nestopia: Remove old patch
diffstat:
emulators/libretro-nestopia/patches/patch-libretro_libretro.cpp | 18 ----------
1 files changed, 0 insertions(+), 18 deletions(-)
diffs (22 lines):
diff -r 4582ff30df31 -r 0aaa3c1c6e45 emulators/libretro-nestopia/patches/patch-libretro_libretro.cpp
--- a/emulators/libretro-nestopia/patches/patch-libretro_libretro.cpp Thu Jan 09 10:18:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-libretro_libretro.cpp,v 1.2 2018/08/11 20:26:12 nia Exp $
-
-retroarch normally expects to find the NstDatabase.xml file in
-~/.config/retroarch/bios, but there's no real reason to be editing it.
-Rather than have users manually copy the file into place, we install it
-system-wide and look for it there instead.
-
---- libretro/libretro.cpp.orig 2018-06-24 23:26:58.000000000 +0000
-+++ libretro/libretro.cpp
-@@ -1073,7 +1073,7 @@ bool retro_load_game(const struct retro_
- }
- delete custompalette;
-
-- sprintf(db_path, "%s%cNstDatabase.xml", dir, slash);
-+ snprintf(db_path, sizeof(db_path), "%s/share/libretro-nestopia/NstDatabase.xml", PREFIX);
-
- if (log_cb)
- log_cb(RETRO_LOG_INFO, "NstDatabase.xml path: %s\n", db_path);
Home |
Main Index |
Thread Index |
Old Index