change default settings to interpreter and not jabo, so n64-64 can boot

This commit is contained in:
zeromus 2017-06-11 17:10:54 -05:00
parent 3449a5c5cf
commit 852b1f8a5e
1 changed files with 2 additions and 2 deletions

View File

@ -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;