From e4e4be4fceb93720fd99d604759cf0e362cc2f12 Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 27 Jul 2025 16:45:04 +0200 Subject: d_gfx mostly OK --- src/d/d_sc_title.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/d/d_sc_title.cpp') diff --git a/src/d/d_sc_title.cpp b/src/d/d_sc_title.cpp index 8aaa9a1a..73e578d7 100644 --- a/src/d/d_sc_title.cpp +++ b/src/d/d_sc_title.cpp @@ -87,8 +87,8 @@ int dScTitle_c::create() { } if (ret == SUCCEEDED) { - dSys::setFrameRate(2); - dSys::setClearColor(mColor(0x00000000)); + dSys_c::setFrameRate(2); + dSys_c::setClearColor(mColor(0x00000000)); dPad::ex_c::setAutoSleepTime(); dPad::ex_c::fn_80058C90(0); SaveRelated::create(); -- cgit v1.2.3