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:
parent
810979dab2
commit
46568bf1ec
File diff suppressed because it is too large
Load Diff
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue