summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index b4a3a6573..225c05127 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -210,7 +210,7 @@ public:
210 * the base game it should be set to false. 210 * the base game it should be set to false.
211 * @return bool whether or not updatable. 211 * @return bool whether or not updatable.
212 */ 212 */
213 virtual bool IsRomFSUpdatable() { 213 virtual bool IsRomFSUpdatable() const {
214 return true; 214 return true;
215 } 215 }
216 216