diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-20 10:22:53 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-26 22:59:59 +0900 |
commit | be058cf6fcf01be49e98b8a646e1ffdb34130db6 (patch) | |
tree | 847be348675db141b92f6b0e7077dc4993cdb884 /gnu/packages/patches/libretro-dolphin-emu-data.patch | |
parent | 826a9df7dd461639bafb32195e85d7fa4a3270b1 (diff) |
gnu: dolphin-emu: Patch data.
This resolves a hang in the menu of the WaveRace game.
* gnu/packages/patches/dolphin-emu-data.patch: New file.
* gnu/packages/patches/libretro-dolphin-emu-data.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/emulators.scm (dolphin-emu) [source]: Apply dolphin-emu patch.
(libretro-dolphin-emu) [source]: Apply libretro-dolphin-emu patch.
Reviewed-by: Sou Bunnbu (宋文武) <iyzsong@member.fsf.org>
Change-Id: Ie22a7bba527724179f5296a44f1874d2efdbd94c
Diffstat (limited to 'gnu/packages/patches/libretro-dolphin-emu-data.patch')
-rw-r--r-- | gnu/packages/patches/libretro-dolphin-emu-data.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/patches/libretro-dolphin-emu-data.patch b/gnu/packages/patches/libretro-dolphin-emu-data.patch new file mode 100644 index 0000000000..e98660d8ab --- /dev/null +++ b/gnu/packages/patches/libretro-dolphin-emu-data.patch @@ -0,0 +1,17 @@ +Resolve a hang in the menu of this game. + +Upstream-status: https://github.com/libretro/dolphin/pull/337 + +diff --git a/Data/Sys/GameSettings/GWR.ini b/Data/Sys/GameSettings/GWR.ini +new file mode 100644 +index 0000000000..a55f4d29cd +--- /dev/null ++++ b/Data/Sys/GameSettings/GWR.ini +@@ -0,0 +1,7 @@ ++# GWR - WAVE RACE / BLUE STORM ++ ++[Core] ++# Disable multi-threading to avoid a hang in the game menu. ++# TODO: Change to 'CPUThread = False' after rebasing to latest ++# upstream (see commit 869edd5a66). ++SyncGPU = True |