match JFWDisplay on J

This commit is contained in:
LagoLunatic
2023-11-12 03:47:42 -05:00
parent b22bf1d2a8
commit 71ec033a3c
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
width = (u16)getFbWidth();
height = (u16)getEfbHeight();
}
u16 getXfbHeight() const { return mRenderObj->xfb_height; }
u32 getXfbHeight() const { return mRenderObj->xfb_height; }
u32 isAntiAliasing() const { return mRenderObj->antialiasing; }
Pattern getSamplePattern() const { return mRenderObj->sample_pattern; }
u8* getVFilter() const { return mRenderObj->vfilter; }