Skip to content

Commit

Permalink
Update PhysX version
Browse files Browse the repository at this point in the history
Newer than 9.14 is needed for Batman Arkham Knight to
render "Interactive smoke/fog". This will download and
install latest 9.19 version.
  • Loading branch information
SveSop authored and austin987 committed Aug 15, 2021
1 parent 89b796a commit fa11b11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -11558,16 +11558,16 @@ load_peverify()
w_metadata physx dlls \
title="PhysX" \
publisher="Nvidia" \
year="2014" \
year="2019" \
media="download" \
file1="PhysX-9.14.0702-SystemSoftware.msi" \
installed_file1="${W_PROGRAMS_X86_WIN}/NVIDIA Corporation/PhysX/Engine/v2.8.3/PhysXCore.dll"
file1="PhysX-9.19.0218-SystemSoftware.exe" \
installed_file1="${W_PROGRAMS_X86_WIN}/NVIDIA Corporation/PhysX/Engine/86C5F4F22ECD/APEX_Particles_x64.dll"

load_physx()
{
w_download https://uk.download.nvidia.com/Windows/9.14.0702/PhysX-9.14.0702-SystemSoftware.msi 0a022e28accf5851be9d6577487cdcd3d3a3e2a8a21a64456b72b415c217f03c
w_download https://uk.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe 4f36389fcbfbdef4781fb85e7a68373542903235f65d93f7143693738324917c
w_try_cd "${W_CACHE}/${W_PACKAGE}"
w_try "${WINE}" msiexec /i PhysX-9.14.0702-SystemSoftware.msi ${W_OPT_UNATTENDED:+/q}
w_try "${WINE}" PhysX-9.19.0218-SystemSoftware.exe ${W_OPT_UNATTENDED:+/s}
}

#----------------------------------------------------------------
Expand Down

0 comments on commit fa11b11

Please sign in to comment.