Removed #if DEBUG and clean up.

This commit is contained in:
Julgodis
2021-09-26 12:28:18 +02:00
parent bf12ea7a11
commit bb9dbd758f
2 changed files with 7 additions and 15 deletions
+3 -9
View File
@@ -2,12 +2,9 @@
#define JUTDIRECTPRINT_H
#include "JSystem/JUtility/TColor.h"
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
struct base_process_class {};
struct __va_list_struct;
class JUTDirectPrint {
private:
/* 802E41E8 */ JUTDirectPrint();
@@ -16,7 +13,8 @@ public:
/* 802E4288 */ void erase(int, int, int, int);
/* 802E431C */ void drawChar(int, int, int);
/* 802E456C */ void changeFrameBuffer(void*, u16, u16);
/* 802E45A4 */ void printSub(u16, u16, char const*, __va_list_struct*, bool);
/* -------- */ void print(u16, u16, char const*, ...);
/* 802E45A4 */ void printSub(u16, u16, char const*, va_list, bool);
/* 802E46D8 */ void drawString(u16, u16, char*);
/* 802E4708 */ void drawString_f(u16, u16, char const*, ...);
/* 802E47C8 */ void setCharColor(u8, u8, u8);
@@ -24,10 +22,6 @@ public:
/* 802E4240 */ static JUTDirectPrint* start();
#if DEBUG
/* -------- */ void print(u16, u16, char const*, ...);
#endif
private:
static u8 sAsciiTable[128];
static u32 sFontData[64];