diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-12-28 00:03:38 -0500 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-03-26 22:05:37 -0400 |
| commit | 60f39060c68605c6b3628cea37ef4353f06b5d0e (patch) | |
| tree | 880bd7ae3c02ce8ba3772b06ca8da6b062452113 /src/core/hle/service/filesystem/filesystem.h | |
| parent | 45cb41f51751631e8ca4ec9c21300ab6d38053a5 (diff) | |
core: Port current uses of RegisteredCache to ContentProvider
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index 6fd5e7b23..d1789b0f4 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -54,8 +54,6 @@ FileSys::SaveDataSize ReadSaveDataSize(FileSys::SaveDataType type, u64 title_id, void WriteSaveDataSize(FileSys::SaveDataType type, u64 title_id, u128 user_id, FileSys::SaveDataSize new_value); -FileSys::RegisteredCacheUnion GetUnionContents(); - FileSys::RegisteredCache* GetSystemNANDContents(); FileSys::RegisteredCache* GetUserNANDContents(); FileSys::RegisteredCache* GetSDMCContents(); |
