added framework for APT service (application and title launching service)
This commit is contained in:
parent
524e78ece8
commit
9f4d677cdf
7 changed files with 126 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue