diff options
| author | 2018-07-19 16:11:09 -0700 | |
|---|---|---|
| committer | 2018-07-19 16:11:09 -0700 | |
| commit | b5c77313deb1d6f4dd92e443842aaea3052dfb8c (patch) | |
| tree | 26dedf2326e99a0180aa97053a83704dbcbb0d4b /src/core/loader/loader.cpp | |
| parent | Merge pull request #718 from lioncash/read (diff) | |
| parent | loader: Amend Doxygen comments (diff) | |
| download | yuzu-b5c77313deb1d6f4dd92e443842aaea3052dfb8c.tar.gz yuzu-b5c77313deb1d6f4dd92e443842aaea3052dfb8c.tar.xz yuzu-b5c77313deb1d6f4dd92e443842aaea3052dfb8c.zip | |
Merge pull request #719 from lioncash/docs
loader: Amend Doxygen comments
Diffstat (limited to 'src/core/loader/loader.cpp')
| -rw-r--r-- | src/core/loader/loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp index 1574345a1..e70f37677 100644 --- a/src/core/loader/loader.cpp +++ b/src/core/loader/loader.cpp | |||
| @@ -87,8 +87,8 @@ const char* GetFileTypeString(FileType type) { | |||
| 87 | * Get a loader for a file with a specific type | 87 | * Get a loader for a file with a specific type |
| 88 | * @param file The file to load | 88 | * @param file The file to load |
| 89 | * @param type The type of the file | 89 | * @param type The type of the file |
| 90 | * @param filename the file name (without path) | 90 | * @param file the file to retrieve the loader for |
| 91 | * @param filepath the file full path (with name) | 91 | * @param type the file type |
| 92 | * @return std::unique_ptr<AppLoader> a pointer to a loader object; nullptr for unsupported type | 92 | * @return std::unique_ptr<AppLoader> a pointer to a loader object; nullptr for unsupported type |
| 93 | */ | 93 | */ |
| 94 | static std::unique_ptr<AppLoader> GetFileLoader(FileSys::VirtualFile file, FileType type) { | 94 | static std::unique_ptr<AppLoader> GetFileLoader(FileSys::VirtualFile file, FileType type) { |