Log the load bases
This commit is contained in:
parent
1108ea15ce
commit
b79df70c8b
1 changed files with 4 additions and 4 deletions
|
@ -620,7 +620,7 @@ static void LoadExeCRO(Service::Interface* self) {
|
|||
|
||||
cmd_buff[1] = 0;
|
||||
cmd_buff[2] = 0;
|
||||
LOG_WARNING(Service_APT, "Loading CRO");
|
||||
LOG_WARNING(Service_APT, "Loading CRO base=%08X", base);
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
|
Loading…
Reference in a new issue