Merge branch 'master' into 'document/code_91E10'
This commit is contained in:
@@ -376,7 +376,7 @@ void gcdialog_update(void) {
|
||||
func_8024E5A8(0, controller_face_buttons);
|
||||
func_8024E640(0, controller_side_buttons);
|
||||
} else {
|
||||
func_8024E55C(0, controller_face_buttons);
|
||||
controller_copyFaceButtons(0, controller_face_buttons);
|
||||
func_8024E60C(0, controller_side_buttons);
|
||||
}
|
||||
|
||||
|
@@ -936,7 +936,7 @@ s32 gcPauseMenu_update(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
func_8024E55C(0, face_button);
|
||||
controller_copyFaceButtons(0, face_button);
|
||||
controller_getJoystick(0, joystick);
|
||||
func_8024E60C(0, sp60);
|
||||
func_8024E6E0(0, sp50);
|
||||
|
@@ -881,7 +881,7 @@ void func_80316764(GcZoombox *this, s32 arg1) {
|
||||
f32 pad0;
|
||||
|
||||
if (!this->unk1A4_10 ) {
|
||||
func_8024E55C(0, sp38);
|
||||
controller_copyFaceButtons(0, sp38);
|
||||
func_8024E60C(0, sp2C);
|
||||
phi_f0 = time_getDelta();
|
||||
} else {
|
||||
@@ -1067,7 +1067,7 @@ void gczoombox_update(GcZoombox *this){
|
||||
return;
|
||||
|
||||
if( !this->unk1A4_10 ){
|
||||
func_8024E55C(0, sp58);
|
||||
controller_copyFaceButtons(0, sp58);
|
||||
func_8024E60C(0, sp4C);
|
||||
tmp_f0 = time_getDelta();
|
||||
}
|
||||
|
Reference in New Issue
Block a user