Un-mark DSDA-Doom as released

This commit is contained in:
YoshiRulz 2025-04-09 14:32:38 +10:00
parent 2f12b1efcc
commit 1d6583e42d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ namespace BizHawk.Emulation.Cores.Computers.Doom
name: CoreNames.DSDA,
author: "The DSDA Team",
portedVersion: "0.28.2 (fe0dfa0)",
portedUrl: "https://github.com/kraflab/dsda-doom")]
portedUrl: "https://github.com/kraflab/dsda-doom",
isReleased: false)]
[ServiceNotApplicable(typeof(ISaveRam))]
public partial class DSDA : IRomInfo
{