Skip to content

Commit

Permalink
hotfix missing update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Dec 7, 2023
1 parent d0c4699 commit 27135be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ namespace Path
F_APIKEYS = D_GW2_ADDONS_COMMON / "APIKeys.json"; /* get apikeys path */

/* static paths */
F_OLD_DLL = F_HOST_DLL.string() + ".old"; /* get chainload dll path */
F_UPDATE_DLL = F_HOST_DLL.string() + ".update"; /* get chainload dll path */
PathSystemAppend(F_SYSTEM_DLL, "d3d11.dll"); /* get system dll path */
F_CHAINLOAD_DLL = D_GW2 / "d3d11_chainload.dll"; /* get chainload dll path */

Expand Down

0 comments on commit 27135be

Please sign in to comment.