mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 09:37:56 -05:00
Loader: Don’t duplicate the docstring into the cpp file.
This commit is contained in:
@ -53,11 +53,6 @@ FileType IdentifyFile(const std::string &filename) {
|
||||
return FileType::Unknown;
|
||||
}
|
||||
|
||||
/**
|
||||
* Identifies and loads a bootable file
|
||||
* @param filename String filename of bootable file
|
||||
* @return ResultStatus result of function
|
||||
*/
|
||||
ResultStatus LoadFile(const std::string& filename) {
|
||||
LOG_INFO(Loader, "Loading file %s...", filename.c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user