From d24e9b9ff424ebdb164770e82141a9c7ba7eadc5 Mon Sep 17 00:00:00 2001 From: rdanbrook <1869094+rdanbrook@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:50:51 -0600 Subject: [PATCH] win32: Allow loading Virtual Console/NES Remix releases --- source/win32/NstManagerPaths.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/win32/NstManagerPaths.cpp b/source/win32/NstManagerPaths.cpp index ee78308..3770d07 100644 --- a/source/win32/NstManagerPaths.cpp +++ b/source/win32/NstManagerPaths.cpp @@ -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,