mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 02:47:58 +08:00
Merge pull request #56 from shirokosunaookami/patch-1
Fix QuickRetry when use io4 firmware
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user