set Wonderswan release flag to true
This commit is contained in:
parent
51822a9ce1
commit
e7c2c40d79
|
@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.WonderSwan
|
||||
{
|
||||
[CoreAttributes("Mednafen/Cygne", "Dox", true, false)]
|
||||
[CoreAttributes("Mednafen/Cygne", "Dox", true, true)]
|
||||
public class WonderSwan : IEmulator, IVideoProvider, ISyncSoundProvider
|
||||
{
|
||||
#region Controller
|
||||
|
|
Loading…
Reference in New Issue