can't launch BIOS after playing a game

This commit is contained in:
Flyinghead 2021-11-04 08:57:15 +01:00
parent 17bbb7f145
commit 03161446b9
2 changed files with 2 additions and 1 deletions

View File

@ -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())

View File

@ -157,6 +157,7 @@ bool DiscSwap(const std::string& path)
if (path.empty())
{
TermDrive();
NullDriveDiscType = NoDisk;
gd_setdisc();
return true;