diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-07-16 10:34:06 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-07-16 10:34:06 -0400 |
| commit | 3b6081165adc64fe53802ed35e2ae0665de6b54e (patch) | |
| tree | d42316d6b03795949f13080973794704eb5b2757 /src/d/d_sc_title.cpp | |
| parent | c8470abc5318c4166a1d48f53f93831b995e19f6 (diff) | |
some updates -> non working yet
Diffstat (limited to 'src/d/d_sc_title.cpp')
| -rw-r--r-- | src/d/d_sc_title.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_sc_title.cpp b/src/d/d_sc_title.cpp index 548125aa..a17cd63a 100644 --- a/src/d/d_sc_title.cpp +++ b/src/d/d_sc_title.cpp @@ -90,7 +90,7 @@ int dScTitle_c::create() { if (ret == SUCCEEDED) { dSys::setFrameRate(2); dSys::setClearColor(mColor(0x00000000)); - dPad::setAutoSleepTime(); + dPad::ex_c::setAutoSleepTime(); fn_80058C90(0); SaveRelated::create(); field_0x2AD = 0; |
