kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
440 stars 133 forks source link

Stop compilation if zip and/or 7z files are found in the roms directory #174

Closed BrianPugh closed 2 years ago

BrianPugh commented 2 years ago

This is to prevent users from attempting to use compressed roms and asking questions about why stuff is not working.

It'll print something like this:


zip and/or 7z rom files found. Please extract and delete them:
    roms/col/example.zip
kbeckmann commented 2 years ago

Nice, thanks!