Fix QuickRetry when use io4 firmware

pull/56/head
shirokosunaookami 2024-10-06 20:57:49 +08:00 committed by GitHub
parent ce53acdacf
commit aaca3e65ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace AquaMai.UX
traverse.Method("SetRelease").GetValue();
}
if (Input.GetKey(KeyCode.Alpha7))
if (Input.GetKey(KeyCode.Alpha7) || InputManager.GetSystemInputPush(InputManager.SystemButtonSetting.ButtonService))
{
// This is original typo in Assembly-CSharp
Singleton<GamePlayManager>.Instance.SetQuickRetryFrag(flag: true);