This commit is contained in:
adelikat 2020-02-29 13:17:42 -06:00
parent 4977cddb78
commit addb861f50
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace BizHawk.Client.Common
namespace BizHawk.Client.Common.cheats
{
public class NesGameGenieDecoder
{

View File

@ -4,6 +4,7 @@ using System.Linq;
using NLua;
using BizHawk.Client.Common.cheats;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Nintendo.NES;
using BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES;