N64 - Make GLideN64 the default plugin

This commit is contained in:
adelikat 2017-06-12 13:07:59 -05:00
parent b1918759be
commit f5b15b2e6a
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.Glide;
VideoPlugin = PluginType.GLideN64;
Core = CoreType.Interpret;
Rsp = RspType.Rsp_Hle;
DisableExpansionSlot = true;