Rom列表搜索功能实现 #53

Merged
sin365 merged 14 commits from Alienjack/AxibugEmuOnline:master into master 2024-11-15 10:54:01 +08:00
Showing only changes of commit 3913595b18 - Show all commits

View File

@ -1,7 +1,5 @@
using AxibugEmuOnline.Client.Common; using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine; using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI; using UnityEngine.UI;
using VirtualNes; using VirtualNes;
using VirtualNes.Core; using VirtualNes.Core;
@ -77,11 +75,6 @@ namespace AxibugEmuOnline.Client
{ {
var Ptn = MMU.PPU_MEM_BANK[i]; 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; int lpPtn = 0;
for (int p = 0; p < 64; p++) for (int p = 0; p < 64; p++)
{ {