summaryrefslogtreecommitdiff
path: root/nitro/os.c
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-12 00:16:52 +0200
committerMartmists <martmists@gmail.com>2020-04-12 00:16:52 +0200
commitce65297980c88ab8acd2ac95df14d427ca734dbd (patch)
treeb7d4c1bc091872bdc487e5fbeb9023dc1e651496 /nitro/os.c
parent01801ea04f2a03a1fb9e9a6e08bcd00fa22a73c0 (diff)
Add *.nds to gitignore, start working on Nitro OS functions
Diffstat (limited to 'nitro/os.c')
-rw-r--r--nitro/os.c9
1 files changed, 9 insertions, 0 deletions
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