update nonfunctional bsnes links
This commit is contained in:
parent
672ad1579b
commit
db7d72be91
|
@ -8,7 +8,7 @@ using BizHawk.Emulation.Cores.Components.W65816;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Nintendo.BSNES
|
||||
{
|
||||
[PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://bsnes.dev")]
|
||||
[PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://github.com/bsnes-emu/bsnes")]
|
||||
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
|
||||
public unsafe partial class BsnesCore : IEmulator, IDebuggable, IVideoProvider, ISaveRam, IStatable, IInputPollable, IRegionable, ISettable<BsnesCore.SnesSettings, BsnesCore.SnesSyncSettings>
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ using BizHawk.Emulation.Cores.Components.W65816;
|
|||
// wrap dll code around some kind of library-accessing interface so that it doesn't malfunction if the dll is unavailable
|
||||
namespace BizHawk.Emulation.Cores.Nintendo.SNES
|
||||
{
|
||||
[PortedCore(CoreNames.Bsnes, "byuu", "v87", "http://byuu.org/")]
|
||||
[PortedCore(CoreNames.Bsnes, "byuu", "v87", "https://github.com/bsnes-emu/bsnes/tree/386ac87d21d14fafd15162d480a111209c9955ba")]
|
||||
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
|
||||
public unsafe partial class LibsnesCore : IEmulator, IVideoProvider, ISaveRam, IStatable, IInputPollable, IRegionable, ICodeDataLogger,
|
||||
IDebuggable, ISettable<LibsnesCore.SnesSettings, LibsnesCore.SnesSyncSettings>
|
||||
|
|
Loading…
Reference in New Issue