From 3913595b18cabab05931db727215c4501fdefe14 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Wed, 13 Nov 2024 19:25:46 +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/PatternViewer.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/PatternViewer.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/PatternViewer.cs index 3770957..11e190d 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/PatternViewer.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/PatternViewer.cs @@ -1,7 +1,5 @@ -using AxibugEmuOnline.Client.Common; -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; -using UnityEngine.EventSystems; using UnityEngine.UI; using VirtualNes; using VirtualNes.Core; @@ -77,11 +75,6 @@ namespace AxibugEmuOnline.Client { var Ptn = MMU.PPU_MEM_BANK[i]; - if (Input.GetKeyDown(KeyCode.T)) - { - Debug.Log($"{i}:{Ptn.Offset}\t{Helper.FileMD5Hash(Ptn.RawArray)}"); - } - int lpPtn = 0; for (int p = 0; p < 64; p++) {