Skip to content

Commit

Permalink
Fix netplay rom sync from Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Dec 22, 2024
1 parent 15c24e0 commit 597c885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/build/.tmp_update/script/game_list_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ main() {
else
rompath=$(echo "$cmd" | awk '{ st = index($0,"\" \""); print substr($0,st+3,length($0)-st-3) }')

export cookie_rom_path="$rompath"

if echo "$rompath" | grep -q ":"; then
rompath=$(echo "$rompath" | awk '{st = index($0,":"); print substr($0,st+1)}')
fi

export cookie_rom_path="$rompath"

if check_is_game "$rompath"; then
romtype=$ROM_TYPE_GAME
fi
Expand Down

0 comments on commit 597c885

Please sign in to comment.