mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #5926 from ligfx/lintallsource
Fix two small lint errors
This commit is contained in:
commit
5bfd00f4e6
@ -108,11 +108,10 @@ public:
|
|||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
const NANDContentLoader&
|
const NANDContentLoader& GetNANDLoader(const std::string& content_path,
|
||||||
GetNANDLoader(const std::string& content_path,
|
Common::FromWhichRoot from = Common::FROM_CONFIGURED_ROOT);
|
||||||
|
const NANDContentLoader& GetNANDLoader(u64 title_id,
|
||||||
Common::FromWhichRoot from = Common::FROM_CONFIGURED_ROOT);
|
Common::FromWhichRoot from = Common::FROM_CONFIGURED_ROOT);
|
||||||
const NANDContentLoader&
|
|
||||||
GetNANDLoader(u64 title_id, Common::FromWhichRoot from = Common::FROM_CONFIGURED_ROOT);
|
|
||||||
void ClearCache();
|
void ClearCache();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user