Skateboarder pro fully working.

This commit is contained in:
Michael Taboada 2023-09-09 08:14:31 -07:00
parent 24d85389ac
commit 875948264e

View File

@ -1183,7 +1183,7 @@ gameList=(
"Shadow Line"
"Shooter"
"Silver Dollar"
#"Skateboarder Pro"
"Skateboarder Pro"
"Slender Lost Vision"
"Sonic the Hedgehog"
"Sonic Zoom"
@ -2867,8 +2867,8 @@ EOF
export bottle=tunmi13-64bit
install_wine_bottle sapi
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/sb_pro_rw.zip"
find "${WINEPREFIX}/drive_c/Program Files/bf" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
#add_launcher "c:\Program Files\"
find "${WINEPREFIX}/drive_c/Program Files/sb_pro_rw" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
add_launcher "c:\Program Files\sb_pro_rw\sb_pro.exe"
;;
"Sonic the Hedgehog")
export winVer="win7"