Skip to content

Commit

Permalink
Fix Netplay GLO menu
Browse files Browse the repository at this point in the history
Fix GLO menu when Netplay entry is not available
  • Loading branch information
schmurtzm committed Oct 30, 2023
1 parent a4a60b2 commit f8f8a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/build/App/romscripts/Netplay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$3" = "DynamicLabel" ]; then
romdirname="$6"
romext="$7"
if [ -z "$romdirname" ] || [ "$romext" == "miyoocmd" ]; then
DynamicLabel = "none"
DynamicLabel="none"
else
netplaycore_info=$(grep "^${romdirname};" "$sysdir/config/netplay_cores.conf")
if [ -n "$netplaycore_info" ]; then
Expand Down

0 comments on commit f8f8a11

Please sign in to comment.