From f14cded8a35bf91784b0f124c1bb5e82ae6fc0b8 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:32:12 +0300 Subject: [PATCH] chore: update legendary --- misc/requirements-flatpak.in | 2 +- misc/requirements.in | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/requirements-flatpak.in b/misc/requirements-flatpak.in index 454a4f820..1d12d96f5 100644 --- a/misc/requirements-flatpak.in +++ b/misc/requirements-flatpak.in @@ -3,7 +3,7 @@ installer setuptools-scm requests < 3.0 QtAwesome -legendary-gl @ git+https://github.com/RareDevs/legendary@3f5a7b31c2f61fe6a63248cf7972c678c4684068 +legendary-gl @ git+https://github.com/RareDevs/legendary@9d32abcdd873b9193b403dc98f3f272cfcc8e897 orjson vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2 pypresence diff --git a/misc/requirements.in b/misc/requirements.in index 740f92a44..fdf95df7b 100644 --- a/misc/requirements.in +++ b/misc/requirements.in @@ -4,7 +4,7 @@ setuptools-scm requests < 3.0 PySide6-Essentials >= 6.8.1 QtAwesome -legendary-gl @ https://github.com/RareDevs/legendary/archive/2e421b4207fd24c216bfde05e91a44e4dc9e8ee9.zip +legendary-gl @ https://github.com/RareDevs/legendary/archive/9d32abcdd873b9193b403dc98f3f272cfcc8e897.zip orjson vdf @ https://github.com/solsticegamestudios/vdf/archive/f47c683c1330f0fcddec034fd49c26e41acd63f2.zip pywin32 ; platform_system == "Windows" diff --git a/pyproject.toml b/pyproject.toml index 8c9599d8a..73a556aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests < 3.0", "PySide6-Essentials >= 6.8.1", "QtAwesome", - "legendary-gl @ git+https://github.com/RareDevs/legendary@2e421b4207fd24c216bfde05e91a44e4dc9e8ee9", + "legendary-gl @ git+https://github.com/RareDevs/legendary@9d32abcdd873b9193b403dc98f3f272cfcc8e897", "orjson", "vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2", "pywin32 ; platform_system == 'Windows'",