diff options
author | Martmists <martmists@gmail.com> | 2020-04-12 00:16:52 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-12 00:16:52 +0200 |
commit | ce65297980c88ab8acd2ac95df14d427ca734dbd (patch) | |
tree | b7d4c1bc091872bdc487e5fbeb9023dc1e651496 /nitro/os.c | |
parent | 01801ea04f2a03a1fb9e9a6e08bcd00fa22a73c0 (diff) |
Add *.nds to gitignore, start working on Nitro OS functions
Diffstat (limited to 'nitro/os.c')
-rw-r--r-- | nitro/os.c | 9 |
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 |