summaryrefslogtreecommitdiff
path: root/include/JSystem/JFramework
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-10 17:16:55 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-10 17:16:55 -0400
commit9489cd4bcb7e4abfa66bedda20401fe4e275d5d5 (patch)
tree6febd34d57d8b1f4f0a15c3b0431acd3996eeaed /include/JSystem/JFramework
parent635a1fd05263e533042bed065fca886174f32fb0 (diff)
d_a_movie_player start
Diffstat (limited to 'include/JSystem/JFramework')
-rw-r--r--include/JSystem/JFramework/JFWDisplay.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/JSystem/JFramework/JFWDisplay.h b/include/JSystem/JFramework/JFWDisplay.h
index 1afbf118..bf4a609a 100644
--- a/include/JSystem/JFramework/JFWDisplay.h
+++ b/include/JSystem/JFramework/JFWDisplay.h
@@ -89,6 +89,16 @@ public:
JUTFader * getFader() { return mpFader; }
void setClearColor(JUtility::TColor color) { mClearColor = color; }
+ u16 getFrameRate() const { return mFrameRate; }
+ void setFrameRate(u16 framerate) {
+ mFrameRate = framerate;
+ mTickRate = 0;
+ }
+
+ void getEfbHeight() const {}
+ void getEfbWidth() const {}
+ void getXfbManager() const {}
+
static JFWDisplay* sManager;
private: