Merge pull request #56 from shirokosunaookami/patch-1
Build AquaMai / build (SDEZ) (push) Has been cancelled Details
Build AquaMai / build (SDGA145) (push) Has been cancelled Details

Fix QuickRetry when use io4 firmware
pull/60/head
凌莞~(=^▽^=) 2024-10-06 20:59:54 +08:00 committed by GitHub
commit 587993c957
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);