add melonDS icon
This commit is contained in:
parent
8da4b13f94
commit
d9d5658a7b
|
@ -8,6 +8,7 @@ using BizHawk.Emulation.Cores.Nintendo.Gameboy;
|
|||
using BizHawk.Emulation.Cores.Nintendo.SNES9X;
|
||||
using BizHawk.Emulation.Cores.Consoles.Sega.gpgx;
|
||||
using BizHawk.Emulation.Cores.Arcades.MAME;
|
||||
using BizHawk.Emulation.Cores.Consoles.Nintendo.NDS;
|
||||
using BizHawk.Emulation.Cores.Nintendo.GBA;
|
||||
using BizHawk.Emulation.Cores.Sega.MasterSystem;
|
||||
|
||||
|
@ -33,6 +34,7 @@ namespace BizHawk.Client.EmuHawk.CoreExtensions
|
|||
Snes9x _ => Properties.Resources.snes9x,
|
||||
MAME _ => Properties.Resources.mame,
|
||||
MGBAHawk _ => Properties.Resources.mGba,
|
||||
MelonDS _ => Properties.Resources.melonDS,
|
||||
_ => null
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@ namespace BizHawk.Client.EmuHawk.Properties {
|
|||
internal static readonly Bitmap BlueUp = ReadEmbeddedBitmap("BlueUp");
|
||||
internal static readonly Bitmap Both = ReadEmbeddedBitmap("Both");
|
||||
internal static readonly Bitmap bsnes = ReadEmbeddedBitmap("bsnes");
|
||||
internal static readonly Bitmap melonDS = ReadEmbeddedBitmap("melonDS");
|
||||
internal static readonly Icon Bug_MultiSize = ReadEmbeddedIcon("Bug");
|
||||
internal static readonly Bitmap Bug = ReadEmbeddedBitmap("Bug");
|
||||
internal static readonly Icon calculator_MultiSize = ReadEmbeddedIcon("calculator");
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 640 B |
|
@ -6,7 +6,7 @@ using BizHawk.Emulation.Common;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
||||
{
|
||||
[Core("MelonDS", "Arisotura", false, false, null, null, true)]
|
||||
[Core("MelonDS", "Arisotura", true, false, null, null, true)]
|
||||
public unsafe partial class MelonDS : IEmulator
|
||||
{
|
||||
private readonly BasicServiceProvider _serviceProvider;
|
||||
|
|
Loading…
Reference in New Issue