set released to true on some new Pizza Boy, PicoDrive, and Uzem
This commit is contained in:
parent
7d30636398
commit
fb7e44642a
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue