Skip to content

Commit

Permalink
Fix Stella's [Core] attr
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Sep 10, 2024
1 parent 0bfac50 commit 359a60f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/BizHawk.Emulation.Cores/Consoles/Atari/Stella/Stella.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@

namespace BizHawk.Emulation.Cores.Atari.Stella
{
[Core(CoreNames.Stella, "The Stella Team")]
[PortedCore(
name: CoreNames.Stella,
author: "The Stella Team",
// portedVersion: "", //TODO
portedUrl: "https://stella-emu.github.io")]
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(ISaveRam) })]
public partial class Stella : IEmulator, IVideoProvider, IInputPollable, IRomInfo, IRegionable,
ICreateGameDBEntries, ISettable<Stella.A2600Settings, Stella.A2600SyncSettings>
Expand Down

0 comments on commit 359a60f

Please sign in to comment.