summaryrefslogtreecommitdiff
path: root/src/REL
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-08-02 09:19:04 +0200
committerGitHub <noreply@github.com>2025-08-02 09:19:04 +0200
commit899f86a57111df7545e5ab031e92d8564faa112a (patch)
treeac293990b33eb3f4be87b505d538ffc47929362f /src/REL
parente2bba3730bff60d4174f4b8add74913b0aa53d3a (diff)
parentb5f05db18226c795a92a55788c7bd36c8985b9af (diff)
Merge pull request #225 from robojumper/d_gfx
d_gfx mostly OK
Diffstat (limited to 'src/REL')
-rw-r--r--src/REL/d/d_s_boot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/REL/d/d_s_boot.cpp b/src/REL/d/d_s_boot.cpp
index b459a1ef..ea55d6c0 100644
--- a/src/REL/d/d_s_boot.cpp
+++ b/src/REL/d/d_s_boot.cpp
@@ -421,7 +421,7 @@ int dScBoot_c::create() {
mFader.create();
mFader.setFadeInFrame(1);
dGfx_c::GetInstance()->setDrawCallback(&drawCallback);
- dSys::setFrameRate(1);
+ dSys_c::setFrameRate(1);
mStateMgr.changeState(StateID_Init);
SaveRelated::create();
return SUCCEEDED;
@@ -549,7 +549,7 @@ void dScBoot_c::finalizeState_Strap() {
void dScBoot_c::initializeState_Connect() {
mProgressStage = 0;
- dSys::setFrameRate(2);
+ dSys_c::setFrameRate(2);
}
void dScBoot_c::executeState_Connect() {