diff --git a/mednafen/psx/psx.cpp b/mednafen/psx/psx.cpp index 0e067ed..f407c0d 100644 --- a/mednafen/psx/psx.cpp +++ b/mednafen/psx/psx.cpp @@ -1218,7 +1218,7 @@ static int LoadCD(std::vector *CDInterfaces) // TODO: fastboot setting //if(MDFN_GetSettingB("psx.fastboot")) - // BIOSROM->WriteU32(0x6990, 0); + BIOSROM->WriteU32(0x6990, 0); MDFNGameInfo->GameType = GMT_CDROM;