Replace nvdaControllerClient at the launch of Sketchbook so that updates won't break it. Immediately after updating, relaunch the game to restore speech.
This commit is contained in:
parent
eaafc19768
commit
5a9f715891
@ -826,6 +826,9 @@ game_launcher() {
|
|||||||
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line &
|
"${0%/*}/speech/clipboard_translator.sh" play_sr.exe shadow-line &
|
||||||
export version="7.7"
|
export version="7.7"
|
||||||
fi
|
fi
|
||||||
|
if [[ "$game" =~ sketchbook ]]; then
|
||||||
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
|
fi
|
||||||
if [[ "$game" =~ swamp ]]; then
|
if [[ "$game" =~ swamp ]]; then
|
||||||
export version="7.7"
|
export version="7.7"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user