Bump kernel version for 3DSX (#5446)

This commit is contained in:
Weiyi Wang 2020-09-30 21:54:42 -04:00 committed by GitHub
parent ff9c3b0531
commit 1032b60d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 17 deletions

View file

@ -190,6 +190,11 @@ public:
*/
void ParseKernelCaps(const u32* kernel_caps, std::size_t len);
/**
* Set up the default kernel capability for 3DSX.
*/
void Set3dsxKernelCaps();
/**
* Applies address space changes and launches the process main thread.
*/