Skip to content

Commit

Permalink
keep fade function
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh committed Sep 27, 2024
1 parent a4a24f1 commit 0c2aebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/boot/src/utils/hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ void dScnLogo_c__create(dScnLogo_c* i_this) {
i_this->mExecCommand = dScnLogo_c::EXEC_DVD_WAIT;
}

int mDoGph_gInf_c__startFadeOut(int i) {
return mDoGph_gInf_c__startFadeOutTrampoline(i);
}

void dScnLogo_c__dvdWaitDraw(dScnLogo_c* i_this) {
dScnLogo_c__dvdWaitDrawTrampoline(i_this);
}
Expand Down

0 comments on commit 0c2aebd

Please sign in to comment.