diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-12 01:54:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 01:54:28 -0800 |
commit | 69b46dd607e92e50b2f83e35bb7301bb9f41d460 (patch) | |
tree | 34c48167b9b422315021a0be86db7ae76cc835fa /src/core/loader/elf.h | |
parent | c918c6480f9426518df5e741db34620aec350c48 (diff) | |
parent | b1657b8c6b4ef07dd6eea92f4559a32ca3e0894a (diff) |
Merge pull request #5183 from lioncash/alias2
vfs: Use existing type aliases consistently
Diffstat (limited to 'src/core/loader/elf.h')
-rw-r--r-- | src/core/loader/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/elf.h b/src/core/loader/elf.h index 3527933ad..2067932c7 100644 --- a/src/core/loader/elf.h +++ b/src/core/loader/elf.h @@ -21,7 +21,7 @@ public: /** * Returns the type of the file - * @param file std::shared_ptr<VfsFile> open file + * @param file open file * @return FileType found, or FileType::Error if this loader doesn't know it */ static FileType IdentifyType(const FileSys::VirtualFile& file); |