virtual boyee - correct author information, and set to released; whenever the waterbox branch is released, this core will be ready

This commit is contained in:
nattthebear 2017-05-29 14:38:19 -04:00
parent f99a080e60
commit 93975c3063
1 changed files with 1 additions and 1 deletions

View File

@ -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<VirtualBoyee.Settings, VirtualBoyee.SyncSettings>