Log the load bases

This commit is contained in:
Subv 2015-06-02 14:58:10 -05:00 committed by Sean Maas
parent 1108ea15ce
commit b79df70c8b

View file

@ -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[] = {