diff options
| author | 2020-12-12 01:54:28 -0800 | |
|---|---|---|
| committer | 2020-12-12 01:54:28 -0800 | |
| commit | 69b46dd607e92e50b2f83e35bb7301bb9f41d460 (patch) | |
| tree | 34c48167b9b422315021a0be86db7ae76cc835fa /src/core/loader/nsp.h | |
| parent | Merge pull request #5187 from Morph1984/revert-stdfs (diff) | |
| parent | vfs: Use existing type aliases consistently (diff) | |
| download | yuzu-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/nsp.h')
| -rw-r--r-- | src/core/loader/nsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nsp.h b/src/core/loader/nsp.h index f0518ac47..d48d87f2c 100644 --- a/src/core/loader/nsp.h +++ b/src/core/loader/nsp.h | |||
| @@ -34,7 +34,7 @@ public: | |||
| 34 | 34 | ||
| 35 | /** | 35 | /** |
| 36 | * Returns the type of the file | 36 | * Returns the type of the file |
| 37 | * @param file std::shared_ptr<VfsFile> open file | 37 | * @param file open file |
| 38 | * @return FileType found, or FileType::Error if this loader doesn't know it | 38 | * @return FileType found, or FileType::Error if this loader doesn't know it |
| 39 | */ | 39 | */ |
| 40 | static FileType IdentifyType(const FileSys::VirtualFile& file); | 40 | static FileType IdentifyType(const FileSys::VirtualFile& file); |