organize files, update makefile, add CI checks, begin adding d_save.cpp

This commit is contained in:
unknown
2020-09-05 15:03:13 -04:00
parent c1692956e9
commit 90a88d1827
724 changed files with 2346 additions and 2233 deletions
+14
View File
@@ -0,0 +1,14 @@
// #include <dolphin/types.h>
// s32 g_RNG0;
// s32 g_RNG1;
// s32 g_RNG2;
// namespace SComponent {
// void cM_initRnd(s32 RNG0, s32 RNG1, s32 RNG2) {
// g_RNG0 = RNG0;
// g_RNG1 = RNG1;
// g_RNG2 = RNG2;
// };
// }