Highly Complete: Disable USF HLE

The HLE is incomplete, and sometimes buggy. Disable it for now.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
CQTexperiment
Christopher Snowhill 2022-02-10 20:57:44 -08:00
parent 7d0ff8e525
commit 68c3f3b1d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;