use speak window title script to read the Bop It Emulator stuff.

This commit is contained in:
Storm Dragon 2022-10-30 00:32:39 -04:00
parent 5bf9f0147e
commit cfc49f33e8

View File

@ -801,6 +801,9 @@ game_launcher() {
"${0%/*}/speech/clipboard_translator.sh" play.exe & "${0%/*}/speech/clipboard_translator.sh" play.exe &
fi fi
fi fi
if [[ "$game" =~ bop-it-emulator ]]; then
"${0%/*}/speech/speak_window_title.sh" bop.exe &
fi
if [[ "$game" =~ road-to-rage\| ]]; then if [[ "$game" =~ road-to-rage\| ]]; then
"${0%/*}/speech/speak_window_title.sh" trtr.exe & "${0%/*}/speech/speak_window_title.sh" trtr.exe &
fi fi