scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
835 stars 96 forks source link

ZSNES .srm files detected as roms. Duplicates are added. #311

Open DIYglenn opened 8 years ago

DIYglenn commented 8 years ago

ZSNES creates *.srm files when playing a ROM. When running Ice the next time, these are added as roms.

Currently solved by setting a "Saves" path in ZSNES to point to "...\ZSNES\Save\"

xeroxpickles commented 8 years ago

This should be fixed by adding the extensions parameter to zsnes under consoles.txt

I don't use super nintendo emulation, but it should look something like this:

[Super Nintendo] nickname=SNES emulator= [PATH TO ZSNES.exe] extensions= smc,sfc (or whatever your ROMs file extensions are)