update to nightly-2104
This commit is contained in:
parent
972bc8a682
commit
5304467855
|
@ -61,7 +61,7 @@
|
|||
url = https://github.com/RetroAchievements/rcheevos.git
|
||||
[submodule "citra/citra"]
|
||||
path = citra/citra
|
||||
url = https://github.com/CasualPokePlayer/citra
|
||||
url = https://github.com/CasualPokePlayer/encore.git
|
||||
branch = headless
|
||||
[submodule "ExternalProjects/SDL2/SDL"]
|
||||
path = ExternalProjects/SDL2/SDL
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit e9cdb88d90966cbeb8536a28c91a211d6ab5e541
|
||||
Subproject commit e665c6a86b45876cc8267425300c9617c0dc4229
|
|
@ -11,7 +11,7 @@ using BizHawk.Emulation.Common;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS
|
||||
{
|
||||
[PortedCore(CoreNames.Citra, "Citra Emulator Project", "nightly-1957", "https://citra-emu.org", singleInstance: true, isReleased: false)]
|
||||
[PortedCore(CoreNames.Encore, "", "nightly-2104", "https://github.com/CasualPokePlayer/encore", singleInstance: true, isReleased: false)]
|
||||
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
|
||||
public partial class Citra
|
||||
{
|
||||
|
|
|
@ -16,11 +16,11 @@ namespace BizHawk.Emulation.Cores
|
|||
public const string Bsnes115 = "BSNESv115+";
|
||||
public const string C64Hawk = "C64Hawk";
|
||||
public const string ChannelFHawk = "ChannelFHawk";
|
||||
public const string Citra = "Citra";
|
||||
public const string ColecoHawk = "ColecoHawk";
|
||||
public const string CPCHawk = "CPCHawk";
|
||||
public const string Cygne = "Cygne/Mednafen";
|
||||
public const string Emu83 = "Emu83";
|
||||
public const string Encore = "Encore";
|
||||
public const string Faust = "Faust";
|
||||
public const string Gambatte = "Gambatte";
|
||||
public const string GambatteLink = "GambatteLink";
|
||||
|
|
Loading…
Reference in New Issue