Disable total frame count for CHD to allow patched/homebrew

This commit is contained in:
Flyinghead 2019-10-16 16:08:32 +02:00
parent dffaed7dd9
commit ac310114fe
1 changed files with 1 additions and 7 deletions

View File

@ -172,13 +172,7 @@ bool CHDDisc::TryOpen(const wchar* file)
}
if (total_frames!=549300 || tracks.size()<3)
{
WARN_LOG(GDROM, "WARNING: chd: Total frames is wrong: %u frames in %zu tracks", total_frames, tracks.size());
#ifndef NOT_REICAST
msgboxf("This is an improper dump!",MBX_ICONEXCLAMATION);
#endif
return false;
}
WARN_LOG(GDROM, "WARNING: chd: Total frames is wrong: %u frames (549300 expected) in %zu tracks", total_frames, tracks.size());
FillGDSession();