Skip to content

Commit

Permalink
fix: exclude neogeo.zip from game list
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen committed Oct 23, 2023
1 parent d401821 commit 9c574b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions allium-launcher/src/entry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl Entry {
|| file_name == "Guides"
|| file_name == "gamelist.xml"
|| file_name == "miyoogamelist.xml"
|| file_name == "neogeo.zip"
{
return Ok(None);
}
Expand Down

0 comments on commit 9c574b4

Please sign in to comment.