From ce65297980c88ab8acd2ac95df14d427ca734dbd Mon Sep 17 00:00:00 2001 From: Martmists Date: Sun, 12 Apr 2020 00:16:52 +0200 Subject: Add *.nds to gitignore, start working on Nitro OS functions --- nitro/os.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nitro/os.c (limited to 'nitro/os.c') diff --git a/nitro/os.c b/nitro/os.c new file mode 100644 index 00000000..a531740d --- /dev/null +++ b/nitro/os.c @@ -0,0 +1,9 @@ +// +// Created by mart on 4/12/20. +// + +#include "os.h" + +asm void OS_GetProcMode() { + +} \ No newline at end of file -- cgit v1.2.3