now that jabo is packaged with bizhawk, make it the default plugin

This commit is contained in:
adelikat 2014-09-27 21:31:07 +00:00
parent 52d3ad8467
commit 72e29286c8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
{
public N64SyncSettings()
{
VideoPlugin = PluginType.Rice;
VideoPlugin = PluginType.Jabo;
Core = CoreType.Dynarec;
Rsp = RspType.Rsp_Hle;
DisableExpansionSlot = true;