added framework for APT service (application and title launching service)

This commit is contained in:
bunnei 2014-04-13 16:33:45 -04:00
parent 524e78ece8
commit 9f4d677cdf
7 changed files with 126 additions and 5 deletions

View file

@ -42,6 +42,7 @@ u8 *GetPointer(const u32 addr) {
return g_command_buffer + (addr & CMD_BUFFER_MASK);
} else {
ERROR_LOG(HLE, "unknown pointer from address %08X", addr);
return 0;
}
}