mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 05:07:58 -05:00
loader: Remove duplicate docstrings.
This commit is contained in:
@ -26,18 +26,10 @@ public:
|
||||
*/
|
||||
static FileType IdentifyType(FileUtil::IOFile& file);
|
||||
|
||||
/**
|
||||
* Returns the type of this file
|
||||
* @return FileType corresponding to the loaded file
|
||||
*/
|
||||
FileType GetFileType() override {
|
||||
return IdentifyType(file);
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the bootable file
|
||||
* @return ResultStatus result of function
|
||||
*/
|
||||
ResultStatus Load() override;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user