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.
This commit is contained in:
bicarus-dev
2025-06-02 02:56:04 -07:00
committed by GitHub
parent 46e8c8a5a5
commit 77bca2baee
@@ -80,7 +80,7 @@ namespace overlay::windows {
{"arkmmd.dll", {"gamemmd.dll"}}, {"arkmmd.dll", {"gamemmd.dll"}},
{"arkklp.dll", {"lpac.dll"}}, {"arkklp.dll", {"lpac.dll"}},
{"arknck.dll", {"weac.dll"}}, {"arknck.dll", {"weac.dll"}},
{"gdxg.dll", {"game.dll"}} {"gdxg.dll", {"game.dll", "libshare-pj.dll"}}
}; };
static size_t url_recent_idx = -1; static size_t url_recent_idx = -1;