Merge pull request #4165 from B3n30/log_ncch_load

NCCH_Container: Add file_path log to Load()
This commit is contained in:
Merry 2018-09-02 09:52:30 +01:00 committed by GitHub
commit 85e0553a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,7 @@ Loader::ResultStatus NCCHContainer::OpenFile(const std::string& filepath, u32 nc
}
Loader::ResultStatus NCCHContainer::Load() {
LOG_INFO(Service_FS, "Loading NCCH from file {}", filepath);
if (is_loaded)
return Loader::ResultStatus::Success;