mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 21:54:10 -04:00
Fusee: Separate kernel patching into its own file.
This commit is contained in:
parent
7a27322044
commit
1ba8a92030
3 changed files with 18 additions and 6 deletions
9
fusee/fusee-secondary/src/kernel_patches.c
Normal file
9
fusee/fusee-secondary/src/kernel_patches.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <string.h>
|
||||
#include "utils.h"
|
||||
#include "kernel_patches.c"
|
||||
|
||||
void package2_patch_kernel(void *kernel, size_t size) {
|
||||
(void)kernel;
|
||||
(void)size;
|
||||
/* TODO: What kind of patching do we want to try to do here? */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue