diff options
| author | robojumper <robojumper@gmail.com> | 2025-08-02 09:19:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-02 09:19:04 +0200 |
| commit | 899f86a57111df7545e5ab031e92d8564faa112a (patch) | |
| tree | ac293990b33eb3f4be87b505d538ffc47929362f /src/d/d_sc_title.cpp | |
| parent | e2bba3730bff60d4174f4b8add74913b0aa53d3a (diff) | |
| parent | b5f05db18226c795a92a55788c7bd36c8985b9af (diff) | |
Merge pull request #225 from robojumper/d_gfx
d_gfx mostly OK
Diffstat (limited to 'src/d/d_sc_title.cpp')
| -rw-r--r-- | src/d/d_sc_title.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
