Removed window title reader for Mist World. Requested by player.

This commit is contained in:
Storm Dragon 2025-01-13 23:37:32 -05:00
parent e60209a85e
commit fd933f6dad

View File

@ -935,9 +935,6 @@ custom_launch_parameters() {
if [[ "${game[0]}" == "laser-breakout" ]]; then if [[ "${game[0]}" == "laser-breakout" ]]; then
"${0%/*}/speech/speak_window_title.sh" play.exe & "${0%/*}/speech/speak_window_title.sh" play.exe &
fi fi
if [[ "${game[0]}" == "mist-world" ]]; then
"${0%/*}/speech/speak_window_title.sh" mw.exe &
fi
if [[ "${game[0]}" == "bokurano-daibouken-2" ]]; then if [[ "${game[0]}" == "bokurano-daibouken-2" ]]; then
"${0%/*}/speech/clipboard_translator.sh" play.exe bokurano-daibouken2 & "${0%/*}/speech/clipboard_translator.sh" play.exe bokurano-daibouken2 &
fi fi