puae is not released

This commit is contained in:
feos 2024-09-22 21:57:34 +03:00
parent d804b6ce17
commit ebbbf0c691
1 changed files with 2 additions and 1 deletions

View File

@ -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; }