now that jabo is packaged with bizhawk, make it the default plugin
This commit is contained in:
parent
52d3ad8467
commit
72e29286c8
|
@ -11,7 +11,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
|
||||||
{
|
{
|
||||||
public N64SyncSettings()
|
public N64SyncSettings()
|
||||||
{
|
{
|
||||||
VideoPlugin = PluginType.Rice;
|
VideoPlugin = PluginType.Jabo;
|
||||||
Core = CoreType.Dynarec;
|
Core = CoreType.Dynarec;
|
||||||
Rsp = RspType.Rsp_Hle;
|
Rsp = RspType.Rsp_Hle;
|
||||||
DisableExpansionSlot = true;
|
DisableExpansionSlot = true;
|
||||||
|
|
Loading…
Reference in New Issue