Preserve 'unpause to skip transition' for speedrunners

This commit is contained in:
MysterD 2022-03-12 01:16:19 -08:00
parent 1cfd10ea03
commit 32118e17b8
1 changed files with 2 additions and 0 deletions

View File

@ -655,6 +655,7 @@ void DynOS_Opt_Init() {
void DynOS_Opt_Update(OSContPad *aPad) {
DynOS_Opt_Loop(sDynosMenu, DynOS_Opt_ControllerUpdate, (void *) aPad);
#ifndef COOP
if (DynOS_IsTransitionActive()) {
aPad->button = 0;
aPad->stick_x = 0;
@ -662,6 +663,7 @@ void DynOS_Opt_Update(OSContPad *aPad) {
aPad->ext_stick_x = 0;
aPad->ext_stick_y = 0;
}
#endif
}
//