diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 10:56:57 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 10:56:57 -0400 |
commit | 2b7b8d7174a2ea6f84db3b5917b0bf068213a85e (patch) | |
tree | c20f17c17cb7cd87e18c709b9efe7bc901986227 /main.c | |
parent | 47f36847e110bdda2c408ea9f04e257ba02a2b94 (diff) |
disassemble the thumb portion of arm9.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main.c b/main.c deleted file mode 100644 index 17e69b3d..00000000 --- a/main.c +++ /dev/null @@ -1,7 +0,0 @@ -// Just includes for now so CLion sees the files -#include "structs/structs.h" -#include "nitro/nitro.h" - -void main() { - int x = NULL; -} |