From 0c8646cfd456e4520b2d6b256095ad96300bf3f1 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 16 Jun 2019 18:33:55 -0400 Subject: [PATCH] Vectrex: Set release flag to false --- BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs b/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs index 00fdc1c9d3..c8ae4a3d02 100644 --- a/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs +++ b/BizHawk.Emulation.Cores/Consoles/GCE/Vectrex/VectrexHawk.cs @@ -12,7 +12,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex "VectrexHawk", "", isPorted: false, - isReleased: true)] + isReleased: false)] [ServiceNotApplicable(typeof(IDriveLight))] public partial class VectrexHawk : IEmulator, ISaveRam, IDebuggable, IStatable, IInputPollable, IRegionable, ISettable