set released to true on some new Pizza Boy, PicoDrive, and Uzem

This commit is contained in:
adelikat 2017-07-09 16:58:59 -05:00
parent 7d30636398
commit fb7e44642a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace BizHawk.Emulation.Cores.Consoles.Belogic
{
[CoreAttributes("uzem", "David Etherton", true, false, "", "", false)]
[CoreAttributes("uzem", "David Etherton", true, true, "", "", false)]
public class Uzem : WaterboxCore
{
private LibUzem _uze;

View File

@ -11,7 +11,7 @@ using System.Threading.Tasks;
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Gameboy
{
[CoreAttributes("Pizza Boy", "Davide Berra", true, false, "c7bc6ee376028b3766de8d7a02e60ab794841f45",
[CoreAttributes("Pizza Boy", "Davide Berra", true, true, "c7bc6ee376028b3766de8d7a02e60ab794841f45",
"https://github.com/davideberra/emu-pizza/", false)]
public class Pizza : WaterboxCore, IGameboyCommon
{

View File

@ -11,7 +11,7 @@ using System.IO;
namespace BizHawk.Emulation.Cores.Consoles.Sega.PicoDrive
{
[CoreAttributes("PicoDrive", "notaz", true, false,
[CoreAttributes("PicoDrive", "notaz", true, true,
"0e352905c7aa80b166933970abbcecfce96ad64e", "https://github.com/notaz/picodrive", false)]
public class PicoDrive : WaterboxCore, IDriveLight, IRegionable
{