mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
fix and format
This commit is contained in:
@@ -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