From 59d37427334fe44b96149f6758fe435f40b10d14 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 5 Oct 2022 17:26:35 -0400 Subject: [PATCH] Moved the removal of nvdaControllerClient to the launcher of the game because sometimes it gets readded. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4d29ca6..f94f3e5 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -779,6 +779,7 @@ game_launcher() { "${0%/*}/speech/clipboard_translator.sh" play.exe & fi if [[ "$game" =~ shadow-line ]]; then + find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \; "${0%/*}/speech/clipboard_translator.sh" play_sr.exe & fi if [[ "$game" =~ bokurano-daibouken-3 ]]; then @@ -2446,7 +2447,6 @@ EOF xdotool key --clearmodifiers --delay=500 space xdotool key --clearmodifiers --delay=500 alt+f wineserver -w - find "${WINEPREFIX}/drive_c/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \; add_launcher "c:\Program Files\GalaxyLaboratory\ShadowRine_FullVoice\play_sr.exe" ;; "Silver Dollar")