summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-08 12:27:19 -0400
committerGravatar GitHub2018-08-08 12:27:19 -0400
commitfd9da4232b2f989257630884511ba50e108ad703 (patch)
tree0073d61bfa93a8ab0681623bf00428a5731b8854 /src/core/loader/loader.h
parentMerge pull request #968 from lioncash/vec (diff)
parentconfigure_gamelist: Use explicit QVariant constructor (diff)
downloadyuzu-fd9da4232b2f989257630884511ba50e108ad703.tar.gz
yuzu-fd9da4232b2f989257630884511ba50e108ad703.tar.xz
yuzu-fd9da4232b2f989257630884511ba50e108ad703.zip
Merge pull request #850 from DarkLordZach/icon-meta
Add Icons and Metadata Support
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 e69ab85ef..7bd0adedb 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -61,7 +61,7 @@ FileType GuessFromFilename(const std::string& name);
61/** 61/**
62 * Convert a FileType into a string which can be displayed to the user. 62 * Convert a FileType into a string which can be displayed to the user.
63 */ 63 */
64const char* GetFileTypeString(FileType type); 64std::string GetFileTypeString(FileType type);
65 65
66/// Return type for functions in Loader namespace 66/// Return type for functions in Loader namespace
67enum class ResultStatus { 67enum class ResultStatus {