From 68c3f3b1d86ae5876b88e9c4fb76e64a6eacba8e Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 10 Feb 2022 20:57:44 -0800 Subject: [PATCH] Highly Complete: Disable USF HLE The HLE is incomplete, and sometimes buggy. Disable it for now. Signed-off-by: Christopher Snowhill --- Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm index d804735de..a62fde988 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -931,7 +931,7 @@ static int usf_info(void *context, const char *name, const char *value) { usf_clear(state.emu_state); - usf_set_hle_audio(state.emu_state, 1); + usf_set_hle_audio(state.emu_state, 0); // Sometimes buggy emulatorCore = (uint8_t *)state.emu_state;