N64 - Make GLideN64 the default plugin
This commit is contained in:
parent
b1918759be
commit
f5b15b2e6a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue