win32: Allow loading Virtual Console/NES Remix releases

This commit is contained in:
rdanbrook 2024-12-22 13:50:51 -06:00
parent c258864aab
commit d24e9b9ff4

View file

@ -691,6 +691,11 @@ namespace Nestopia
break;
case FourCC<'b','i','n'>::V:
// If it's a .bin, just assume it's a VC ROM and fail elsewhere if not
type = File::ROM;
break;
default:
// extension is unknown, but the file may still be valid,