Skip to content

Commit

Permalink
dmg+native as default for pokemini
Browse files Browse the repository at this point in the history
seems the most appropriate
  • Loading branch information
anzz1 authored May 29, 2023
1 parent a8609aa commit 15a1d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Emus/PKM.pak/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mkdir -p "$SAVES_PATH/$EMU_TAG"
HOME="$USERDATA_PATH"
cd "$HOME"
echo "$PERF_LEVEL" > "$CPU_PATH"
picoarch "$CORES_PATH/${EMU_EXE}_libretro.so" "$ROM" DMG &> "$LOGS_PATH/$EMU_TAG.txt"
picoarch "$CORES_PATH/${EMU_EXE}_libretro.so" "$ROM" DMG NATIVE &> "$LOGS_PATH/$EMU_TAG.txt"

0 comments on commit 15a1d35

Please sign in to comment.