From ebbbf0c6916f4a58471cab0f86af4b8da8ab7c9a Mon Sep 17 00:00:00 2001 From: feos Date: Sun, 22 Sep 2024 21:57:34 +0300 Subject: [PATCH] puae is not released --- src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs index 5fae12b66a..3abf4bf1d8 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs @@ -15,7 +15,8 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga name: CoreNames.PUAE, author: "UAE Team", portedVersion: "5.0.0", - portedUrl: "https://github.com/libretro/libretro-uae")] + portedUrl: "https://github.com/libretro/libretro-uae", + isReleased: false)] public partial class PUAE : WaterboxCore { internal CoreComm _comm { get; }