aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/registered_cache.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-07-05 10:38:34 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-07-15 13:27:04 -0400
commit8794e623d99d6179ab15f76ddf473002d112fc3a (patch)
tree5df4ba59717ae22c75a0b0a097ffeb054c51c60a /src/core/file_sys/registered_cache.h
parenta82fdea1ac84693288ed5656f3ff89ceaaaeea1b (diff)
Remove global system instance and address feedback
Diffstat (limited to 'src/core/file_sys/registered_cache.h')
-rw-r--r--src/core/file_sys/registered_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h
index 8598f0543..3459c695b 100644
--- a/src/core/file_sys/registered_cache.h
+++ b/src/core/file_sys/registered_cache.h
@@ -156,7 +156,7 @@ public:
std::optional<u64> title_id = {}) const override;
// Removes an existing entry based on title id
- bool RemoveExistingEntry(const u64 title_id);
+ bool RemoveExistingEntry(u64 title_id);
// Raw copies all the ncas from the xci/nsp to the csache. Does some quick checks to make sure
// there is a meta NCA and all of them are accessible.