From 54ec2ed227b176b932c1c49091d8903e8d0fe8ee Mon Sep 17 00:00:00 2001 From: Drakia Date: Sun, 17 Jun 2018 17:01:39 -0700 Subject: [PATCH] Note where fusee_kernel_patches.c came from --- ipl/fusee_kernel_patches.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ipl/fusee_kernel_patches.c b/ipl/fusee_kernel_patches.c index 3373dc9..c697c51 100644 --- a/ipl/fusee_kernel_patches.c +++ b/ipl/fusee_kernel_patches.c @@ -1,3 +1,4 @@ +// Fusee kernel_patches.c taken from https://github.com/Atmosphere-NX/Atmosphere/blob/master/fusee/fusee-secondary/src/kernel_patches.c #include #include #include "fusee_kernel_patches.h"