Nix expr: Fix DiscoHawk launch script assuming EmuHawk has ran before

This commit is contained in:
YoshiRulz 2024-11-23 23:35:35 +10:00
parent 2bd2aed4aa
commit 2b900b6e50
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ in {
BIZHAWK_DATA_HOME="$HOME/.local/share"
fi
export BIZHAWK_DATA_HOME="$BIZHAWK_DATA_HOME/emuhawk-monort-${hawkVersion}"
mkdir -p "$BIZHAWK_DATA_HOME"
cd "$BIZHAWK_DATA_HOME"
${if profileManagedCalls == false then "" else ''printf "Will write profiling results to %s/*.mlpd\n" "$PWD"