change default settings to interpreter and not jabo, so n64-64 can boot
This commit is contained in:
parent
3449a5c5cf
commit
852b1f8a5e
|
@ -11,8 +11,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
|
|||
{
|
||||
public N64SyncSettings()
|
||||
{
|
||||
VideoPlugin = PluginType.Jabo;
|
||||
Core = CoreType.Dynarec;
|
||||
VideoPlugin = PluginType.Glide;
|
||||
Core = CoreType.Interpret;
|
||||
Rsp = RspType.Rsp_Hle;
|
||||
DisableExpansionSlot = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue