can't launch BIOS after playing a game
This commit is contained in:
parent
17bbb7f145
commit
03161446b9
|
@ -444,7 +444,7 @@ void Emulator::loadGame(const char *path, LoadProgress *progress)
|
|||
|
||||
if (settings.platform.system == DC_PLATFORM_DREAMCAST)
|
||||
{
|
||||
if (path == NULL)
|
||||
if (settings.content.path.empty())
|
||||
{
|
||||
// Boot BIOS
|
||||
if (!LoadRomFiles())
|
||||
|
|
|
@ -157,6 +157,7 @@ bool DiscSwap(const std::string& path)
|
|||
|
||||
if (path.empty())
|
||||
{
|
||||
TermDrive();
|
||||
NullDriveDiscType = NoDisk;
|
||||
gd_setdisc();
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue