mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 05:50:16 +00:00
Log the load bases
This commit is contained in:
parent
1108ea15ce
commit
b79df70c8b
@ -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 New Issue
Block a user