Remove EMU7800 from core extensions
This commit is contained in:
parent
1e30ae0242
commit
c35abb61ee
|
@ -3,7 +3,6 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
using BizHawk.Emulation.Common.IEmulatorExtensions;
|
||||
|
||||
using BizHawk.Emulation.Cores.Atari.Atari7800;
|
||||
using BizHawk.Emulation.Cores.Nintendo.GBA;
|
||||
using BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES;
|
||||
using BizHawk.Emulation.Cores.Nintendo.SNES;
|
||||
|
@ -36,10 +35,6 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions
|
|||
{
|
||||
return Properties.Resources.bsnes;
|
||||
}
|
||||
else if (core is Atari7800)
|
||||
{
|
||||
return Properties.Resources.emu7800;
|
||||
}
|
||||
else if (core is GPGX)
|
||||
{
|
||||
return Properties.Resources.genplus;
|
||||
|
|
Loading…
Reference in New Issue