From 0221f4c7eb7bde76a54d80626215f6efcc8abddb Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 5 Oct 2021 23:07:23 -0400 Subject: [PATCH] Working toward Raspberry Pi compatibility. --- audiogame-manager.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d3d60f5..0724dce 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -759,6 +759,8 @@ mkdir -p "${cache}" mkdir -p "${configFile%/*}" # Turn off debug messages export WINEDEBUG="-all" +# Compatibility with box86 +export BOX86_NOBANNER=1 # During installation, you can set winVer to the versions available. # To set winetricks arguments, such as virtual desktop, set the winetricksSettings variable. # Example: winetricksSettings="vd=1024x768"