attributes!

This commit is contained in:
nattthebear 2017-05-28 19:20:59 -04:00
parent a52e9d7dc1
commit f1565cd0b1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ using System.Threading.Tasks;
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB
{
[CoreAttributes("Virtual Boyee", "???", true, false, "0.9.44.1", "https://mednafen.github.io/releases/", false)]
public class VirtualBoyee : IEmulator, IVideoProvider
{
private PeRunner _exe;