From d70e39c658d30cde8c4500c699124a1f12bee5f5 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Wed, 7 Oct 2020 15:27:11 +0200 Subject: [PATCH 1/2] Bump runtime to 5.15 5.15 is the latest lts, it's also based on fdo20.08 which should help users on newer amd video cards. --- org.DolphinEmu.dolphin-emu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 5eb218b..1c5cc3e 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -2,7 +2,7 @@ "app-id": "org.DolphinEmu.dolphin-emu", "branch": "stable", "runtime": "org.kde.Platform", - "runtime-version": "5.14", + "runtime-version": "5.15", "sdk": "org.kde.Sdk", "command": "dolphin-emu-wrapper", "rename-desktop-file": "dolphin-emu.desktop", From 009d48070932e87fd0a7434ed22da5e82477ea7c Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Wed, 7 Oct 2020 15:35:26 +0200 Subject: [PATCH 2/2] Update libusb to 1.0.23 --- org.DolphinEmu.dolphin-emu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 1c5cc3e..cd5f18b 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -31,8 +31,8 @@ "sources": [ { "type": "archive", - "url": "https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2", - "sha256": "75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157" + "url": "https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2", + "sha256": "db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d" } ] },