mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Preserve 'unpause to skip transition' for speedrunners
This commit is contained in:
parent
1cfd10ea03
commit
32118e17b8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue