diff options
| author | 2018-08-26 10:53:31 -0400 | |
|---|---|---|
| committer | 2018-09-04 16:24:02 -0400 | |
| commit | 9664ce255db09f4501db642c1e82d8cf8f274a22 (patch) | |
| tree | 5548a6d79f3806c64d7e0d6ee559f619dfe4c6c0 /src/core/loader/loader.h | |
| parent | main: Make game updates installable (diff) | |
| download | yuzu-9664ce255db09f4501db642c1e82d8cf8f274a22.tar.gz yuzu-9664ce255db09f4501db642c1e82d8cf8f274a22.tar.xz yuzu-9664ce255db09f4501db642c1e82d8cf8f274a22.zip | |
bktr: Fix missing includes and optimize style
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 2 |
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 | ||