From 87d954bb71bc1c8103f26dcf2889498e5f15bd0a Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Mon, 11 Nov 2024 09:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4debug=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/NesEmulator/NesEmulator.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs index 94f54d4..1dff67b 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs @@ -68,9 +68,6 @@ namespace AxibugEmuOnline.Client var screenBuffer = NesCore.ppu.GetScreenPtr(); var lineColorMode = NesCore.ppu.GetLineColorMode(); VideoProvider.SetDrawData(screenBuffer, lineColorMode, 256, 240); - - var state= NesCore.GetState(); - NesCore.LoadState(state); } } -- 2.36.0.windows.1