summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-09-10 11:29:16 -0400
committerGravatar bunnei2015-09-10 11:29:16 -0400
commit927b34a1e3b18763ad811256e1f4b83b589eb011 (patch)
treeefb08983c0002a78197be4673d7abb012b04eb68 /src/core/loader/loader.cpp
parentMerge pull request #1135 from lioncash/unused (diff)
parentGeneral: Fix up doxygen comments (diff)
downloadyuzu-927b34a1e3b18763ad811256e1f4b83b589eb011.tar.gz
yuzu-927b34a1e3b18763ad811256e1f4b83b589eb011.tar.xz
yuzu-927b34a1e3b18763ad811256e1f4b83b589eb011.zip
Merge pull request #1137 from lioncash/doc
General: Fix up doxygen comments
Diffstat (limited to 'src/core/loader/loader.cpp')
-rw-r--r--src/core/loader/loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp
index 062291006..74eb6e871 100644
--- a/src/core/loader/loader.cpp
+++ b/src/core/loader/loader.cpp
@@ -50,7 +50,7 @@ static FileType IdentifyFile(FileUtil::IOFile& file) {
50 50
51/** 51/**
52 * Guess the type of a bootable file from its extension 52 * Guess the type of a bootable file from its extension
53 * @param extension String extension of bootable file 53 * @param extension_ String extension of bootable file
54 * @return FileType of file 54 * @return FileType of file
55 */ 55 */
56static FileType GuessFromExtension(const std::string& extension_) { 56static FileType GuessFromExtension(const std::string& extension_) {