mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add note around large files
This commit is contained in:
@@ -411,6 +411,7 @@ namespace SabreTools.DatTools
|
|||||||
{
|
{
|
||||||
if (item is Rom rom)
|
if (item is Rom rom)
|
||||||
{
|
{
|
||||||
|
// TODO: Should there be more than just a log if a single item is larger than the chunksize?
|
||||||
machineSize += rom.Size ?? 0;
|
machineSize += rom.Size ?? 0;
|
||||||
if ((rom.Size ?? 0) > chunkSize)
|
if ((rom.Size ?? 0) > chunkSize)
|
||||||
logger.Error($"{rom.GetName() ?? string.Empty} in {machine} is larger than {chunkSize}");
|
logger.Error($"{rom.GetName() ?? string.Empty} in {machine} is larger than {chunkSize}");
|
||||||
|
|||||||
Reference in New Issue
Block a user