mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 01:21:04 +00:00
Log the load bases
This commit is contained in:
parent
d2d9709ea8
commit
e5a7321927
@ -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 New Issue
Block a user