Skip to content

Commit 0787e16

Browse files
authored
fs: Add MountSaveData header (#51)
1 parent ce8b343 commit 0787e16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/nn/fs/fs_save.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
#include <nn/account.h>
44
#include <nn/fs/fs_types.h>
55

6+
namespace nn {
7+
typedef u64 ApplicationId;
8+
};
9+
610
namespace nn::fs {
711

812
Result EnsureSaveData(const nn::account::Uid&);
913
Result MountSaveData(const char*, UserId);
14+
Result MountSaveData(const char*, const nn::account::Uid&);
15+
Result MountSaveData(const char*, ApplicationId, const nn::account::Uid&);
1016
Result MountSaveDataForDebug(const char*);
1117
Result CommitSaveData(const char* path);
1218

0 commit comments

Comments
 (0)