From 396d2d7bc27593c20aa3e566e6dbfd0f98dbad91f8b8980d94885cb153e919c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 30 Sep 2019 14:06:09 +0000 Subject: [PATCH] Accepting request 734085 from home:guoyunhe:branches:Emulators - Update retroarch-config.patch * Revert system_directory to default. It must be a writable location for some cores. Otherwise, games cannot be loaded. OBS-URL: https://build.opensuse.org/request/show/734085 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=16 --- retroarch-config.patch | 12 ++---------- retroarch.changes | 7 +++++++ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/retroarch-config.patch b/retroarch-config.patch index 564cfb0..c995bd2 100644 --- a/retroarch-config.patch +++ b/retroarch-config.patch @@ -1,6 +1,6 @@ diff -rub retroarch.orig/retroarch.cfg retroarch/retroarch.cfg --- retroarch.orig/retroarch.cfg 2019-09-22 11:58:01.000000000 +0300 -+++ retroarch/retroarch.cfg 2019-09-30 01:41:33.205860011 +0300 ++++ retroarch/retroarch.cfg 2019-09-30 15:00:40.418135606 +0300 @@ -639,10 +639,10 @@ #### Menu @@ -14,15 +14,7 @@ diff -rub retroarch.orig/retroarch.cfg retroarch/retroarch.cfg # If disabled, the libretro core will keep running in the background when we # are in the menu. -@@ -764,14 +764,14 @@ - - # Sets the System/BIOS directory. - # Implementations can query for this directory to load BIOSes, system-specific configs, etc. --# system_directory = -+system_directory = /usr/share/libretro/system - - # Save all downloaded files to this directory. - # core_assets_directory = +@@ -771,7 +771,7 @@ # Assets directory. This location is queried by default when menu interfaces try to look for # loadable assets, etc. diff --git a/retroarch.changes b/retroarch.changes index c18286c..29e9f72 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 30 12:01:54 UTC 2019 - Yunhe Guo + +- Update retroarch-config.patch + * Revert system_directory to default. It must be a writable location + for some cores. Otherwise, games cannot be loaded. + ------------------------------------------------------------------- Tue Sep 24 15:32:31 UTC 2019 - Yunhe Guo