summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-12-05 23:42:41 +0100
committerLioncash <mathew1800@gmail.com>2018-12-05 23:49:34 +0100
commitde323851b41901d71708504ee71c2aac73990bf7 (patch)
treef2c770433a249595a516ff9234ab63b875250650 /src/core/loader/loader.h
parentMerge pull request #1859 from heapo/lut_array_codegen (diff)
downloadyuzu-de323851b41901d71708504ee71c2aac73990bf7.tar
yuzu-de323851b41901d71708504ee71c2aac73990bf7.tar.gz
yuzu-de323851b41901d71708504ee71c2aac73990bf7.tar.bz2
yuzu-de323851b41901d71708504ee71c2aac73990bf7.tar.lz
yuzu-de323851b41901d71708504ee71c2aac73990bf7.tar.xz
yuzu-de323851b41901d71708504ee71c2aac73990bf7.tar.zst
yuzu-de323851b41901d71708504ee71c2aac73990bf7.zip
Diffstat (limited to '')
-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 7686634bf..5390ab9ee 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -131,7 +131,7 @@ public:
* Returns the type of this file
* @return FileType corresponding to the loaded file
*/
- virtual FileType GetFileType() = 0;
+ virtual FileType GetFileType() const = 0;
/**
* Load the application and return the created Process instance