mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-18 13:01:45 +12:00
misc: Improve kernel syscall checks
Fix some stuffs around. Based on kernel 11.14
This commit is contained in:
parent
d0ae5f0546
commit
6d9964c64b
5 changed files with 116 additions and 38 deletions
|
@ -104,6 +104,8 @@ private:
|
|||
std::string getProcessName(u32 pid);
|
||||
const char* resetTypeToString(u32 type);
|
||||
|
||||
int copyStringFromUser(u8 *dst, u32 src, u32 size);
|
||||
|
||||
MAKE_LOG_FUNCTION(log, kernelLogger)
|
||||
MAKE_LOG_FUNCTION(logSVC, svcLogger)
|
||||
MAKE_LOG_FUNCTION(logThread, threadLogger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue