When launching Dreamland, put it into the background so as to not clog up the shell.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user