JASKernelDebug

This commit is contained in:
Jcw87
2023-10-22 22:34:25 -07:00
parent 1b7db29f53
commit 3a20eaf4ea
3 changed files with 18 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef JASKERNELDEBUG_H
#define JASKERNELDEBUG_H
#include "dolphin/types.h"
namespace JASystem {
namespace Kernel {
void stackInit(u64*, u32);
}
}
#endif /* JASKERNELDEBUG_H */