diff --git a/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs b/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs index 82aae4812b..50aac3048c 100644 --- a/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs +++ b/BizHawk.Emulation.Cores/Consoles/Belogic/Uzem.cs @@ -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; diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Pizza.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Pizza.cs index 5d653a851f..dc1fc98190 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Pizza.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Pizza.cs @@ -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 { diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs b/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs index 729cb8e993..8beb662b71 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/PicoDrive/PicoDrive.cs @@ -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 {