From addb861f5063aeb97156d555fa8c213c76e2dbca Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 29 Feb 2020 13:17:42 -0600 Subject: [PATCH] cleanup --- BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs | 2 +- BizHawk.Client.Common/lua/EmuLuaLibrary.NES.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs b/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs index c3139cbb4a..24c38cf31d 100644 --- a/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs +++ b/BizHawk.Client.Common/cheats/NesGameGenieDecoder.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace BizHawk.Client.Common +namespace BizHawk.Client.Common.cheats { public class NesGameGenieDecoder { diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.NES.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.NES.cs index b37a816fe5..cb2e19a97f 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.NES.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.NES.cs @@ -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;