add missing using namespace NDS to fix building

This commit is contained in:
zeromus 2023-02-08 00:56:32 -05:00
parent 67466be2f4
commit 4ba7b68e66
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ using BizHawk.Emulation.Cores.ColecoVision;
using BizHawk.Emulation.Cores.Atari.Atari2600;
using BizHawk.Emulation.Cores.Nintendo.Gameboy;
using BizHawk.Emulation.Cores.Nintendo.GBA;
using BizHawk.Emulation.Cores.Consoles.Nintendo.NDS;
namespace BizHawk.Client.EmuHawk
{