Disable total frame count for CHD to allow patched/homebrew
This commit is contained in:
parent
dffaed7dd9
commit
ac310114fe
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue