summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/JSystem/JUtility/JUTDbPrint.h1
-rw-r--r--include/JSystem/JUtility/JUTVideo.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/include/JSystem/JUtility/JUTDbPrint.h b/include/JSystem/JUtility/JUTDbPrint.h
index 72b73c9ae4..18f951784a 100644
--- a/include/JSystem/JUtility/JUTDbPrint.h
+++ b/include/JSystem/JUtility/JUTDbPrint.h
@@ -5,7 +5,6 @@
#include "JSystem/JUtility/JUTFont.h"
#include "dolphin/types.h"
-
// TODO: fix struct
struct unk_print {
/* 0x00 */ unk_print* mNext;
diff --git a/include/JSystem/JUtility/JUTVideo.h b/include/JSystem/JUtility/JUTVideo.h
index 2cf6206801..537ee1dcf6 100644
--- a/include/JSystem/JUtility/JUTVideo.h
+++ b/include/JSystem/JUtility/JUTVideo.h
@@ -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; }