mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-24 21:40:10 +00:00
Fix two small lint errors
This commit is contained in:
parent
06da1973a8
commit
1ade08c607
@ -108,11 +108,10 @@ public:
|
||||
return instance;
|
||||
}
|
||||
|
||||
const NANDContentLoader&
|
||||
GetNANDLoader(const std::string& content_path,
|
||||
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(u64 title_id, Common::FromWhichRoot from = Common::FROM_CONFIGURED_ROOT);
|
||||
void ClearCache();
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user