diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-24 15:11:34 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-01 11:47:41 +0900 |
commit | 186a9714a3ab6d6d4342d8a85873ad071f7b3617 (patch) | |
tree | 2252ab5ff2d6046f20a458c0837632f8ff0df7dd /gnu/packages/patches/dolphin-emu-data.patch | |
parent | 9d1f9a867dc4f8c714bcb2642ecf7dc5ec5028bc (diff) |
gnu: dolphin-emu: Update to 2506-0.79a3af2.
* gnu/packages/emulators.scm (dolphin-emu): Update to 2506-0.79a3af2.
[source] {patches}: Update patches.
(dolphin-rcheevos-submodule): New variable.
[source]: Refine and update snippet.
[#:phases] {remove-unittests-target-post-build-command}: Delete.
{generate-fonts&hardcode-libvulkan-path}: Fix typo in phase name. Remove
obsolete cstdint patching.
{post-check}: Delete.
[#:configure-flags]: Streamline. Add -DUSE_DISCORD_PRESENCE=OFF.
[native-inputs]: Add googletest
[inputs]: Replace ffmpeg-4 with ffmpeg. Replace fmt-7 with fmt-11. Replace
gtk+-2 with gtk+ and minizip-ng-compat with minizip-ng. Add lz4,
mgba-for-dolphin, qtsvg, spirv-cross, spng, tinygltf, vulkan-headers,
vulkan-memory-allocator and watcher. Replace qtbase-5 with qtbase. Replace
sdl2 with sdl3. Replace sfml-2 with sfml. Remove soundtouch-1/integer-samples.
(libretro-dolphin-emu): Update to 5.0-1.a09f78f.
[source]: Break inheritance with dolphin-emu, adjusting snippet for its older
code base.
[patches]: Apply libretro-dolphin-emu-libusb-assert.patch and
libretro-dolphin-emu-vulkan-headers.patch.
[#:phases] {link-unittest-to-gtest}: New phase.
[inputs]: Do not inherit from dolphin-emu. Replace fmt-7 with fmt. Replace
minizip-ng with minizip-ng-compat.
googletest, vulkan-headers.
* gnu/packages/patches/dolphin-emu-data.patch: Delete file.
* gnu/packages/patches/dolphin-emu-unbundle-tinygltf.patch
* gnu/packages/patches/dolphin-emu-unbundle-watcher.patch
* gnu/packages/patches/libretro-dolphin-emu-gc-font-tool.patch
* gnu/packages/patches/libretro-dolphin-emu-libusb-assert.patch
* gnu/packages/patches/libretro-dolphin-emu-vulkan-headers.patch: New files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
Fixes: #1327
Change-Id: I5a870a5e29c1ca243fb1d5e049ee06c5e254a04f
Diffstat (limited to 'gnu/packages/patches/dolphin-emu-data.patch')
-rw-r--r-- | gnu/packages/patches/dolphin-emu-data.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/dolphin-emu-data.patch b/gnu/packages/patches/dolphin-emu-data.patch deleted file mode 100644 index 6ba959b929..0000000000 --- a/gnu/packages/patches/dolphin-emu-data.patch +++ /dev/null @@ -1,15 +0,0 @@ -Resolve a hang in the menu of this game. - -Upstream-status: https://github.com/dolphin-emu/dolphin/pull/13285 - -diff --git a/Data/Sys/GameSettings/GWR.ini b/Data/Sys/GameSettings/GWR.ini -new file mode 100644 -index 0000000000..fdbc0c312f ---- /dev/null -+++ b/Data/Sys/GameSettings/GWR.ini -@@ -0,0 +1,5 @@ -+# GWR - WAVE RACE / BLUE STORM -+ -+[Core] -+# Disable multi-threading to avoid a hang in the game menu. -+CPUThread = False |