mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
BS-X games work now
This commit is contained in:
parent
580380c5f7
commit
830ef92806
@ -977,6 +977,7 @@ uint8 * S9xGetBasePointerBSX(uint32 address)
|
|||||||
|
|
||||||
static bool8 BSX_LoadBIOS(void)
|
static bool8 BSX_LoadBIOS(void)
|
||||||
{
|
{
|
||||||
|
return FALSE; // We're not loading the BIOS!
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
char path[_MAX_PATH + 1], name[_MAX_PATH + 1];
|
char path[_MAX_PATH + 1], name[_MAX_PATH + 1];
|
||||||
bool8 r = FALSE;
|
bool8 r = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user