移除debug代码
This commit is contained in:
parent
ae9fee30ef
commit
3913595b18
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user