bubble2k16 / snes9x_3ds

SNES9x Port for 3DS / 2DS
455 stars 61 forks source link

SWC Support #102

Open Crono141 opened 5 years ago

Crono141 commented 5 years ago

Neither SNES 9X or BlargSNES has support for loading ROMs with an SWC file extension. Can this be easily added, or is this something which requires a lot of extra work?

AdmiralCurtiss commented 5 years ago

According to a quick search, SWC is the same thing as SMC. Just rename them to *.smc.

Crono141 commented 5 years ago

I was just going down the same line of thinking. However, if formats are identical, it shouldn't be too hard to update the application to display .swc file formats in the list, would it?

AdmiralCurtiss commented 5 years ago

Yeah, should be pretty simple.

Crono141 commented 5 years ago

Can you direct me to which code file needs to be changed in order to add this in as part of the filter. I can do it and compile myself if there are pending merge requests that would get this delayed.