NCCH_COntainer: Add file_path log to Load()

This commit is contained in:
B3n30 2018-08-31 11:00:34 +02:00
parent 9b9227089b
commit bfbb6f13b4

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;