mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-23 08:31:05 +00:00
This fixes issue #72
This commit is contained in:
parent
fef21a6cf5
commit
f3978e6bd2
@ -74,10 +74,6 @@ BOOL FASTCALL SCSIHD::Open(const Filepath& path, BOOL /*attn*/)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// 10MB or more
|
||||
if (size < 0x9f5400) {
|
||||
return FALSE;
|
||||
}
|
||||
// 2TB according to xm6i
|
||||
// There is a similar one in wxw/wxw_cfg.cpp
|
||||
if (size > 2LL * 1024 * 1024 * 1024 * 1024) {
|
||||
|
Loading…
Reference in New Issue
Block a user