N64 - disable cxd64 lle RSP pluging since we don't have one that works for 64bit, and no one was probably using it anyway

This commit is contained in:
adelikat 2017-06-19 18:00:19 -05:00
parent 810979dab2
commit 46568bf1ec
3 changed files with 2642 additions and 2640 deletions

File diff suppressed because it is too large Load Diff

View File

@ -118,9 +118,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
case N64SyncSettings.RspType.Rsp_Hle:
rsp = "mupen64plus-rsp-hle.dll";
break;
case N64SyncSettings.RspType.Rsp_cxd4:
rsp = "mupen64plus-rsp-cxd4.dll";
break;
//case N64SyncSettings.RspType.Rsp_cxd4:
// rsp = "mupen64plus-rsp-cxd4.dll";
// break;
}
api.AttachPlugin(mupen64plusApi.m64p_plugin_type.M64PLUGIN_RSP, rsp);

View File

@ -95,8 +95,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
[Description("Hle")]
Rsp_Hle = 0,
[Description("cxd4 LLE")]
Rsp_cxd4 = 2
//[Description("cxd4 LLE")]
//Rsp_cxd4 = 2
}
}