From 6e34b02c2984f0d4a83a2424cce7b4bde05bafd8 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Sat, 14 Sep 2024 17:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/NesEmulator/CoreSupporter.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs index e37caf3..a0960d8 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs @@ -95,15 +95,7 @@ namespace AxibugEmuOnline.Client private ControllerState m_sampledState; public ControllerState GetControllerState() { - if (!InGameUI.Instance.IsOnline) - { - return m_sampledState; - } - else - { - //todo : 从服务器获取帧输入数据 - return default; - } + return m_sampledState; } public void SampleInput()