From 1ed352109122275119828fa8c9703ce2d3206722 Mon Sep 17 00:00:00 2001 From: kazakhstan-sila <232797203+kazakhstan-sila@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:51:04 +0300 Subject: [PATCH] patcher: add gitadora boot.dll to extra DLL list (#379) ## Link to GitHub Issue, if one exists n/a ## Description of change Allow importing patches for `boot.dll` ## Testing Observed patch for the new DLL being attempted to be imported in the logs. --- src/spice2x/overlay/windows/patch_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/overlay/windows/patch_manager.cpp b/src/spice2x/overlay/windows/patch_manager.cpp index 0b8fc51..a203cb8 100644 --- a/src/spice2x/overlay/windows/patch_manager.cpp +++ b/src/spice2x/overlay/windows/patch_manager.cpp @@ -80,7 +80,7 @@ namespace overlay::windows { {"arkmmd.dll", {"gamemmd.dll"}}, {"arkklp.dll", {"lpac.dll"}}, {"arknck.dll", {"weac.dll"}}, - {"gdxg.dll", {"game.dll", "libshare-pj.dll"}} + {"gdxg.dll", {"game.dll", "libshare-pj.dll", "boot.dll"}} }; static size_t url_recent_idx = -1;