mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-06 11:51:01 -04:00
Switch to Aurora headers for GX/VI
Replace GXSetArray() with GXSETARRAY() taking in size everywhere Fix a ton of structs/enums being referred to with underscore name.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
#include "JSystem/JUtility/JUTXfb.h"
|
||||
#include <dolphin/os.h>
|
||||
|
||||
typedef struct _GXColor GXColor;
|
||||
typedef struct _GXRenderModeObj GXRenderModeObj;
|
||||
class JKRHeap;
|
||||
|
||||
typedef void (*JFWDisplayUnkFunc)(void);
|
||||
@@ -49,7 +47,7 @@ public:
|
||||
|
||||
void ctor_subroutine(bool);
|
||||
JFWDisplay(JKRHeap*, JUTXfb::EXfbNumber, bool);
|
||||
static JFWDisplay* createManager(_GXRenderModeObj const*, JKRHeap*,
|
||||
static JFWDisplay* createManager(GXRenderModeObj const*, JKRHeap*,
|
||||
JUTXfb::EXfbNumber, bool);
|
||||
void prepareCopyDisp();
|
||||
void drawendXfb_single();
|
||||
@@ -61,9 +59,9 @@ public:
|
||||
void waitBlanking(int);
|
||||
void threadSleep(s64);
|
||||
void clearEfb_init();
|
||||
void clearEfb(int, int, int, int, _GXColor);
|
||||
void clearEfb(int, int, int, int, GXColor);
|
||||
void clearEfb();
|
||||
void clearEfb(_GXColor);
|
||||
void clearEfb(GXColor);
|
||||
void calcCombinationRatio();
|
||||
|
||||
virtual void beginRender();
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <dolphin/types.h>
|
||||
#include "JSystem/JUtility/JUTAssert.h"
|
||||
|
||||
typedef struct _GXRenderModeObj GXRenderModeObj;
|
||||
class JKRExpHeap;
|
||||
class JKRThread;
|
||||
class JUTConsole;
|
||||
|
||||
Reference in New Issue
Block a user