mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Fix two small lint errors
This commit is contained in:
parent
06da1973a8
commit
1ade08c607
2 changed files with 5 additions and 6 deletions
|
@ -108,11 +108,10 @@ public:
|
|||
return instance;
|
||||
}
|
||||
|
||||
const NANDContentLoader&
|
||||
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);
|
||||
const NANDContentLoader& 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);
|
||||
void ClearCache();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue