all d_ovlp_fade done (#2031)

* ovlp_fade / ovlp_fade2 done

* ovlp_fade3 done

* remove asm
This commit is contained in:
TakaRikka
2024-01-13 01:46:47 -08:00
committed by GitHub
parent 4bd825e76c
commit 6260020b3e
44 changed files with 1017 additions and 2436 deletions
+2 -1
View File
@@ -65,7 +65,7 @@ public:
static JFWDisplay* getManager() { return sManager; }
int startFadeOut(int param_0) {
bool startFadeOut(int param_0) {
if (mFader != NULL) {
return mFader->startFadeOut(param_0);
}
@@ -86,6 +86,7 @@ public:
void setDrawDoneMethod(EDrawDone drawDone) { mDrawDoneMethod = drawDone; }
void setFader(JUTFader* fader) { mFader = fader; }
JUTFader* getFader() const { return mFader; }
void setClearColor(JUtility::TColor color) { mClearColor = color; }
static JFWDisplay* sManager;