Added Bop It Emulator.
This commit is contained in:
parent
4a28fc8664
commit
45b6d1af85
@ -977,6 +977,7 @@ gameList=(
|
|||||||
"Bokurano Daibouken 2"
|
"Bokurano Daibouken 2"
|
||||||
"Bokurano Daibouken 3"
|
"Bokurano Daibouken 3"
|
||||||
"Bombercats"
|
"Bombercats"
|
||||||
|
"Bop It Emulator"
|
||||||
#"Breed Memorial"
|
#"Breed Memorial"
|
||||||
"Castaways"
|
"Castaways"
|
||||||
"Castaways 2"
|
"Castaways 2"
|
||||||
@ -1667,6 +1668,13 @@ case "${game}" in
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
|
||||||
add_launcher "c:\nyanchangame\bk3\play.exe"
|
add_launcher "c:\nyanchangame\bk3\play.exe"
|
||||||
;;
|
;;
|
||||||
|
"Bop It Emulator")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle
|
||||||
|
download "http://www.masonasons.me/softs/BopItEmulator3.1PasswordIsBopIt.7z"
|
||||||
|
7z x -o"$WINEPREFIX/drive_c/Program Files/Bop It" "${cache}/BopItEmulator3.1PasswordIsBopIt.7z" -pBopIt
|
||||||
|
add_launcher "c:\Program Files\Bop It\bop.exe"
|
||||||
|
;;
|
||||||
"Bombercats")
|
"Bombercats")
|
||||||
export bottle="oriol-gomez"
|
export bottle="oriol-gomez"
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
|
Loading…
Reference in New Issue
Block a user