mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 08:25:48 -04:00
fix and format
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "JSystem/JUtility/JUTFont.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
// TODO: fix struct
|
||||
struct unk_print {
|
||||
/* 0x00 */ unk_print* mNext;
|
||||
|
||||
@@ -25,8 +25,8 @@ public:
|
||||
/* 802E5144 */ static void postRetraceProc(u32);
|
||||
/* 802E50BC */ static void drawDoneCallback();
|
||||
|
||||
u32 getFbWidth() const { return this->mRenderObj->fb_width; }
|
||||
u32 getEfbHeight() const { return this->mRenderObj->efb_height; }
|
||||
u32 getFbWidth() const { return mRenderObj->fb_width; }
|
||||
u32 getEfbHeight() const { return mRenderObj->efb_height; }
|
||||
|
||||
static JUTVideo* getManager() { return sManager; }
|
||||
GXRenderModeObj* getRenderMode() const { return mRenderObj; }
|
||||
|
||||
Reference in New Issue
Block a user