mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 08:27:27 +08:00
Fix QuickRetry when use io4 firmware
This commit is contained in:
committed by
GitHub
parent
ce53acdacf
commit
aaca3e65ce
@@ -78,7 +78,7 @@ namespace AquaMai.UX
|
|||||||
traverse.Method("SetRelease").GetValue();
|
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
|
// This is original typo in Assembly-CSharp
|
||||||
Singleton<GamePlayManager>.Instance.SetQuickRetryFrag(flag: true);
|
Singleton<GamePlayManager>.Instance.SetQuickRetryFrag(flag: true);
|
||||||
|
|||||||
Reference in New Issue
Block a user