When launching Dreamland, put it into the background so as to not clog up the shell.

This commit is contained in:
2025-10-22 16:16:30 -04:00
parent f7252e24ed
commit fe50e2be3e

View File

@@ -351,7 +351,7 @@ custom_launch_parameters() {
exit 0
fi
if [[ "${game[2]}" == "Dreamland" ]]; then
"$WINE" "${game[1]}"
"$WINE" "${game[1]}" &> /dev/null &
exit 0
fi
# executioner's-rage: DLL replacement now handled by update_nvda_dlls()