mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Create temporary savedata in EnsureApplicationSaveData
This commit is contained in:
parent
5b0c81fcf9
commit
3c7f1692b7
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue