Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Feb 16, 2025
1 parent 123c51e commit b81b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ToolScripts/emuDeckPegasus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pegasus_setPaths(){
cp "$emudeckBackend/roms_alt_emus/dreamcast/metadata.txt" "$romsPath/n3ds/metadata.txt"
fi

if [ "$(mGBA_IS_IsInstalled)" == "true" ]; then
if [ "$(mGBA_IsInstalled)" == "true" ]; then
cp "$emudeckBackend/roms_alt_emus/gba/metadata.txt" "$romsPath/gba/metadata.txt"
fi

Expand Down

0 comments on commit b81b071

Please sign in to comment.