summaryrefslogtreecommitdiff
path: root/include/JSystem/JUtility
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2021-12-04 12:27:59 +0100
committerlepelog <25211966+lepelog@users.noreply.github.com>2021-12-04 12:27:59 +0100
commitd51f7bf0c6ddf533eee7e8d1ea4feedc7572142b (patch)
treef2c130b0e671ba8b68c431346e574d0e206784d2 /include/JSystem/JUtility
parentc839b3336e5e1e15a0af621861d5da25b8bffbde (diff)
fix and format
Diffstat (limited to 'include/JSystem/JUtility')
-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; }