summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-07-05 16:38:34 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-07-15 19:27:04 +0200
commit8794e623d99d6179ab15f76ddf473002d112fc3a (patch)
tree5df4ba59717ae22c75a0b0a097ffeb054c51c60a /src/core/file_sys/registered_cache.h
parentregistered_cache: Remove previous update/dlc if it exists on install (diff)
downloadyuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar.gz
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar.bz2
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar.lz
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar.xz
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.tar.zst
yuzu-8794e623d99d6179ab15f76ddf473002d112fc3a.zip
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.