summaryrefslogtreecommitdiff
path: root/src/REL
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-07-27 16:45:04 +0200
committerrobojumper <robojumper@gmail.com>2025-07-27 16:45:04 +0200
commite4e4be4fceb93720fd99d604759cf0e362cc2f12 (patch)
tree30572ef1df20e5521845ce1b2dc6e84e8a6b9518 /src/REL
parent4ec5128eb4f6cdc8985f83f4c8b540115daf47fb (diff)
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() {