| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Mai M. <mathew1800@gmail.com>
|
|
|
|
|
|
|
|
Used by Skyline modding framework
|
|
kernel: svc: Implement SetProcessMemoryPermission
|
|
|
|
- Used by Skyline modding framework
|
|
|
|
|
|
|
|
|
|
|
|
num_handles is a s32
|
|
This is made obsolete by the presence of implicit constructors.
|
|
Fix memory leak v2
|
|
|
|
|
|
|
|
SVC: Implement svcInfo:IdleTickCount
|
|
Used by the Witcher 3
|
|
Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
|
|
|
|
common/logging: Reduce dependent header include overhead
|
|
core: Fix memory leak
|
|
This reduces the load of requiring to include std::chrono in all files which include log.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: Optimize GetHostThreadID
|
|
Misplaced break made it only check for the first core.
|
|
|
|
- This would have limited value, and would be a mess to handle properly.
|
|
|
|
- Useful purely for debugging.
|
|
|
|
|
|
|
|
|