mirror of
https://github.com/zeldaret/tp
synced 2026-06-22 08:55:48 -04:00
Removed .s files and cleanup.
This commit is contained in:
@@ -9,9 +9,10 @@ struct base_process_class {};
|
||||
struct __va_list_struct;
|
||||
|
||||
class JUTDirectPrint {
|
||||
public:
|
||||
private:
|
||||
/* 802E41E8 */ JUTDirectPrint();
|
||||
/* 802E4240 */ JUTDirectPrint* start();
|
||||
|
||||
public:
|
||||
/* 802E4288 */ void erase(int, int, int, int);
|
||||
/* 802E431C */ void drawChar(int, int, int);
|
||||
/* 802E456C */ void changeFrameBuffer(void*, u16, u16);
|
||||
@@ -21,10 +22,13 @@ public:
|
||||
/* 802E47C8 */ void setCharColor(u8, u8, u8);
|
||||
/* 802E4798 */ void setCharColor(JUtility::TColor);
|
||||
|
||||
/* 802E4240 */ static JUTDirectPrint* start();
|
||||
|
||||
#if DEBUG
|
||||
/* -------- */ void print(u16, u16, char const*, ...);
|
||||
#endif
|
||||
|
||||
private:
|
||||
static u8 sAsciiTable[128];
|
||||
static u32 sFontData[64];
|
||||
static u32 sFontData2[77];
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
// not sure what the members are. OK when the struct is 12 bytes.
|
||||
// not sure what the members are.
|
||||
// OK when the struct is 12 bytes.
|
||||
typedef struct __va_list_struct {
|
||||
u8 data[12];
|
||||
};
|
||||
@@ -17,7 +18,6 @@ extern "C" void __va_arg(void*, int);
|
||||
#define _var_arg_typeof(...)
|
||||
#endif
|
||||
|
||||
|
||||
// from defined-string in mwcceppc.exe:
|
||||
// __builtin_va_info: initialize the __va_list_struct
|
||||
// _var_arg_typeof: convert type to integer for __va_arg
|
||||
|
||||
Reference in New Issue
Block a user