From 93975c30638a2b1a6b26591cc45245abdba56aeb Mon Sep 17 00:00:00 2001 From: nattthebear Date: Mon, 29 May 2017 14:38:19 -0400 Subject: [PATCH] virtual boyee - correct author information, and set to released; whenever the waterbox branch is released, this core will be ready --- BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs index 9f541954ac..5387dadb08 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs @@ -16,7 +16,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB { - [CoreAttributes("Virtual Boyee", "???", true, false, "0.9.44.1", + [CoreAttributes("Virtual Boyee", "Ryphecha", true, true, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class VirtualBoyee : IEmulator, IVideoProvider, ISoundProvider, IStatable, IInputPollable, ISaveRam, ISettable