Create temporary savedata in EnsureApplicationSaveData

This commit is contained in:
Alex Barney 2020-01-13 21:18:31 -07:00
parent 5b0c81fcf9
commit 3c7f1692b7

View file

@ -148,9 +148,7 @@ namespace LibHac.Fs
requiredSizeSum += requiredSizeBcat;
}
// Don't actually do this yet because the temp save indexer hasn't been implemented
// todo: Flip the operator when it is
if (nacp.TemporaryStorageSize < 0)
if (nacp.TemporaryStorageSize > 0)
{
if (requiredSizeSum > 0)
{