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.
This commit is contained in:
kazakhstan-sila
2025-09-21 22:51:04 +03:00
committed by GitHub
parent 0dda920448
commit 1ed3521091
@@ -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", "libshare-pj.dll"}} {"gdxg.dll", {"game.dll", "libshare-pj.dll", "boot.dll"}}
}; };
static size_t url_recent_idx = -1; static size_t url_recent_idx = -1;