Skip to content

Commit

Permalink
gamelist.pl: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon authored Oct 27, 2023
1 parent f179eb0 commit 870438d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dep/scripts/gamelist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
}

my $sourcefile = $filename;
$sourcefile =~ s/..\/..\/burn\/drv\///;
$sourcefile =~ s/..\/..\/burn\/drv\///; # libretro only ?
$sourcefile =~ s/src\/burn\/drv\///; # all other builds ?
$Drivers{$name}[9] = $sourcefile; # Filename

# Convert NULL/null/0 to empty string or remove quotes
Expand Down

0 comments on commit 870438d

Please sign in to comment.