MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)

* cleanup SSystem files

* MSL_C fully matched

* fix build

* remove asm

* reorganize MSL_C/Runtime libs into more accurate setup

* little more cleanup

* cleanup some MSL headers

* obj_rgate OK

* remove asm

* some rgate documentation
This commit is contained in:
TakaRikka
2023-12-25 07:31:05 -08:00
committed by GitHub
parent 54e5104f56
commit 8b3a582278
399 changed files with 5321 additions and 12620 deletions
+11 -20
View File
@@ -1,29 +1,20 @@
//
// Generated By: dol2asm
// Translation Unit: c_API
//
/**
* c_API.cpp
*
*/
#include "SSystem/SComponent/c_API.h"
#include "dolphin/types.h"
//
// External References:
//
void mDoGph_BlankingON();
void mDoGph_BlankingOFF();
void mDoGph_BeforeOfDraw();
void mDoGph_AfterOfDraw();
void mDoGph_Painter();
void mDoGph_Create();
//
// Declarations:
//
extern void mDoGph_BlankingON();
extern void mDoGph_BlankingOFF();
extern void mDoGph_BeforeOfDraw();
extern void mDoGph_AfterOfDraw();
extern void mDoGph_Painter();
extern void mDoGph_Create();
/* ############################################################################################## */
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
cAPIGph_Mthd g_cAPI_Interface[6] = {
cAPI_Interface g_cAPI_Interface = {
mDoGph_Create, mDoGph_BeforeOfDraw, mDoGph_AfterOfDraw,
mDoGph_Painter, mDoGph_BlankingON, mDoGph_BlankingOFF,
};