Skip to content

Commit

Permalink
Nix expr: Fix DiscoHawk launch script assuming EmuHawk has ran before
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Nov 23, 2024
1 parent 2bd2aed commit 2b900b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dist/launch-scripts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b900b6

Please sign in to comment.