Log IDs of loaded prx modules

This commit is contained in:
Eladash 2020-03-26 10:49:07 +02:00 committed by Ivan
parent 38c8dd98b4
commit ccc7cb7994
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ static error_code overlay_load_module(vm::ptr<u32> ovlmid, const std::string& vp
ppu_initialize(*ovlm);
sys_overlay.success("Loaded overlay: %s", vpath);
sys_overlay.success(u8"Loaded overlay: %s” (id=0x%x)", vpath, idm::last_id());
*ovlmid = idm::last_id();
*entry = ovlm->entry;