summaryrefslogtreecommitdiff
path: root/src/core/loader/kip.h
diff options
context:
space:
mode:
authorGravatar bunnei2020-12-12 01:54:28 -0800
committerGravatar GitHub2020-12-12 01:54:28 -0800
commit69b46dd607e92e50b2f83e35bb7301bb9f41d460 (patch)
tree34c48167b9b422315021a0be86db7ae76cc835fa /src/core/loader/kip.h
parentMerge pull request #5187 from Morph1984/revert-stdfs (diff)
parentvfs: Use existing type aliases consistently (diff)
downloadyuzu-69b46dd607e92e50b2f83e35bb7301bb9f41d460.tar.gz
yuzu-69b46dd607e92e50b2f83e35bb7301bb9f41d460.tar.xz
yuzu-69b46dd607e92e50b2f83e35bb7301bb9f41d460.zip
Merge pull request #5183 from lioncash/alias2
vfs: Use existing type aliases consistently
Diffstat (limited to 'src/core/loader/kip.h')
-rw-r--r--src/core/loader/kip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/kip.h b/src/core/loader/kip.h
index dee05a7b5..14a85e295 100644
--- a/src/core/loader/kip.h
+++ b/src/core/loader/kip.h
@@ -23,7 +23,7 @@ public:
23 23
24 /** 24 /**
25 * Returns the type of the file 25 * Returns the type of the file
26 * @param file std::shared_ptr<VfsFile> open file 26 * @param file open file
27 * @return FileType found, or FileType::Error if this loader doesn't know it 27 * @return FileType found, or FileType::Error if this loader doesn't know it
28 */ 28 */
29 static FileType IdentifyType(const FileSys::VirtualFile& file); 29 static FileType IdentifyType(const FileSys::VirtualFile& file);