use speak window title script to read the Bop It Emulator stuff.
This commit is contained in:
parent
5bf9f0147e
commit
cfc49f33e8
@ -801,6 +801,9 @@ game_launcher() {
|
||||
"${0%/*}/speech/clipboard_translator.sh" play.exe &
|
||||
fi
|
||||
fi
|
||||
if [[ "$game" =~ bop-it-emulator ]]; then
|
||||
"${0%/*}/speech/speak_window_title.sh" bop.exe &
|
||||
fi
|
||||
if [[ "$game" =~ road-to-rage\| ]]; then
|
||||
"${0%/*}/speech/speak_window_title.sh" trtr.exe &
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user