Skip to content

Commit

Permalink
xliveless.verb: Add win64 warning as only a 32-bit DLL is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Aug 27, 2024
1 parent 8c3e023 commit e2f2e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verbs/xliveless.verb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ w_metadata xliveless dlls \

load_xliveless()
{
w_package_warn_win64 # Only a 32-bit DLL is installed

w_download https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v7.7.0/Ultimate-ASI-Loader.zip 62778dc40a2f44b1636db3aca5a3d01727a1c7eb40b1c49d42b71472631cd2d7
w_try_unzip "${W_TMP}" "${W_CACHE}/${W_PACKAGE}/${file1}" "dinput8.dll"
w_try_cp_dll "${W_TMP}/dinput8.dll" "${W_SYSTEM32_DLLS}/xlive.dll"
Expand Down

0 comments on commit e2f2e42

Please sign in to comment.