mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Create temporary savedata in EnsureApplicationSaveData
This commit is contained in:
parent
5b0c81fcf9
commit
3c7f1692b7
@ -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…
x
Reference in New Issue
Block a user