From 830ef92806ab1343d0bcd7f677956dd5697548c0 Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 30 Sep 2008 08:25:10 +0000 Subject: [PATCH] BS-X games work now --- source/snes9x/bsx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/snes9x/bsx.cpp b/source/snes9x/bsx.cpp index ef66f3f..e594ae3 100644 --- a/source/snes9x/bsx.cpp +++ b/source/snes9x/bsx.cpp @@ -977,6 +977,7 @@ uint8 * S9xGetBasePointerBSX(uint32 address) static bool8 BSX_LoadBIOS(void) { + return FALSE; // We're not loading the BIOS! FILE *fp; char path[_MAX_PATH + 1], name[_MAX_PATH + 1]; bool8 r = FALSE;