mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
win32: Allow loading Virtual Console/NES Remix releases
This commit is contained in:
parent
c258864aab
commit
d24e9b9ff4
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue