mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Ensure the save header is flushed when committing
This commit is contained in:
parent
7a7946a26c
commit
e9f7556635
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ namespace LibHac.Save
|
|||
|
||||
headerStream.Position = 0;
|
||||
headerStream.Write(cmac, 0, 0x10);
|
||||
headerStream.Flush();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue