mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
NCCH_COntainer: Add file_path log to Load()
This commit is contained in:
parent
9b9227089b
commit
bfbb6f13b4
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ Loader::ResultStatus NCCHContainer::OpenFile(const std::string& filepath, u32 nc
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader::ResultStatus NCCHContainer::Load() {
|
Loader::ResultStatus NCCHContainer::Load() {
|
||||||
|
LOG_INFO(Service_FS, "Loading NCCH from file {}", filepath);
|
||||||
if (is_loaded)
|
if (is_loaded)
|
||||||
return Loader::ResultStatus::Success;
|
return Loader::ResultStatus::Success;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue