Log the load bases
This commit is contained in:
parent
d2d9709ea8
commit
e5a7321927
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[1] = 0;
|
||||||
cmd_buff[2] = 0;
|
cmd_buff[2] = 0;
|
||||||
LOG_WARNING(Service_APT, "Loading CRO");
|
LOG_WARNING(Service_APT, "Loading CRO base=%08X", base);
|
||||||
}
|
}
|
||||||
|
|
||||||
const Interface::FunctionInfo FunctionTable[] = {
|
const Interface::FunctionInfo FunctionTable[] = {
|
||||||
|
|
Loading…
Reference in a new issue