Vous êtes ici
POL_Install_dinput8
Informations
Créateur | Messages |
---|---|
GNU_Raziel
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall dinput8 DLL for 'old way' input detection & Pad support. Code source#!/bin/bash # Date : (2011-16-03 21:00) # Last revision : (2013-06-20 21:00) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # Downloading DLL POL_Download_Resource "http://files.playonlinux.com/dinput8_dll.zip" "fa4bccb986f289d2bb8c7dbeb78b7380" # Installing DLL cd "$WINEPREFIX/drive_c/windows/temp" unzip -o "$POL_USER_ROOT/ressources/dinput8_dll.zip" if [ "$POL_ARCH" == "amd64" ]; then cp -f dinput8.dll ../syswow64/ else cp -f dinput8.dll ../system32/ fi POL_Wine regsvr32 dinput8.dll # Overriding dll POL_Wine_OverrideDLL "native,builtin" "dinput8" |
Contributions
Filters:
ContribuerMembre | Messages |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com