From 6741151423af9e355aef2c37e80e34c06cc5aaa9 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 5 Mar 2022 20:44:41 -0800 Subject: [PATCH] Highly Complete / USF: Enable HLE again Enable HLE processing for USF playback, based on previous commit filling out the HLE operations list. It should be safe to enable it again 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 77307275d..4ffa54aa8 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -933,7 +933,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, 0); + usf_set_hle_audio(state.emu_state, 1); emulatorCore = (uint8_t *)state.emu_state;