diff --git a/LibHac.Nand/DiscUtils.Fat/ClusterStream.cs b/LibHac.Nand/DiscUtils.Fat/ClusterStream.cs index f0756596..218e0d63 100644 --- a/LibHac.Nand/DiscUtils.Fat/ClusterStream.cs +++ b/LibHac.Nand/DiscUtils.Fat/ClusterStream.cs @@ -115,7 +115,7 @@ namespace DiscUtils.Fat if (_position > _length) { - throw new IOException("Attempt to read beyond end of file"); + return 0; } if (count < 0)