From 77bca2baeeaac9b72460209ba5b9b6dcc3610282 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:56:04 -0700 Subject: [PATCH] patcher: add gitadora libshare-pj.dll to extra DLL list (#335) ## Link to GitHub Issue, if one exists n/a ## Description of change Allow importing patches for `libshare-pj.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 55bfad2..091976c 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"}} + {"gdxg.dll", {"game.dll", "libshare-pj.dll"}} }; static size_t url_recent_idx = -1;