diff options
| author | bunnei <bunneidev@gmail.com> | 2019-06-26 10:26:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 10:26:44 -0400 |
| commit | 4ed2774c26602d6ee1af316da5faf391d377d701 (patch) | |
| tree | a1ef0e65dfd79f8badde8dcd24014432428c51f8 /src/core/file_sys/registered_cache.h | |
| parent | 221996a19402dd53affa99f45bc888a248d3412f (diff) | |
| parent | d10fc2d7277cf075f875fe2831501cb79c50e21a (diff) | |
Merge pull request #2607 from DarkLordZach/arp-1
glue: Implement arp:w and arp:r services
Diffstat (limited to 'src/core/file_sys/registered_cache.h')
| -rw-r--r-- | src/core/file_sys/registered_cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h index ec9052653..4398d63e1 100644 --- a/src/core/file_sys/registered_cache.h +++ b/src/core/file_sys/registered_cache.h @@ -199,6 +199,9 @@ public: std::optional<TitleType> title_type = {}, std::optional<ContentRecordType> record_type = {}, std::optional<u64> title_id = {}) const; + std::optional<ContentProviderUnionSlot> GetSlotForEntry(u64 title_id, + ContentRecordType type) const; + private: std::map<ContentProviderUnionSlot, ContentProvider*> providers; }; |
