Sorting files, adding CI checks, update Makefile (#3)

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

* Add discord server link

* don't filter branches
This commit is contained in:
Pheenoh
2020-09-05 15:40:08 -04:00
committed by GitHub
parent f61bfb39dd
commit 3acc2e012b
724 changed files with 2348 additions and 2235 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;
// };
// }