Skip to content

Commit

Permalink
Flush the proper volume paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed May 14, 2024
1 parent 6a6c9f3 commit b867602
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ get_user_information()
void
deinitialize()
{
// fs probably doesn't need to be flushed, but it doesn't hurt.
FSAFlushVolume(client_handle, "fs");
// storage_mlc will need to be flushed, or else changes might not save.
FSAFlushVolume(client_handle, "storage_mlc");
FSAFlushVolume(client_handle, "/vol/external01"); // Probably not necessary, but doesn't hurt.
FSAFlushVolume(client_handle, "/vol/storage_mlc01"); // MLC actually does need to be flushed.
FSADelClient(client_handle);

nn::act::Finalize();
Expand Down

0 comments on commit b867602

Please sign in to comment.