mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-28 18:06:09 +02:00
Update RomImporter.lua
This commit is contained in:
@@ -2296,8 +2296,8 @@ function RomImporter:_importRequiredSource(modId, importId, source, confirmed)
|
|||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
if type(size) == "number" and size > RequiredImports.LARGE_WARN_BYTES
|
if spec.format ~= "n64" and (size == nil
|
||||||
and spec.format ~= "n64" then
|
or size > RequiredImports.LARGE_WARN_BYTES) then
|
||||||
local ok, result = streamRequiredImport(manifest, importId, source)
|
local ok, result = streamRequiredImport(manifest, importId, source)
|
||||||
if ok then
|
if ok then
|
||||||
self.requiredImportNotice = nil
|
self.requiredImportNotice = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user