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 <kode54@gmail.com>
This commit is contained in:
parent
d570cf346d
commit
6741151423
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ static int usf_info(void *context, const char *name, const char *value) {
|
||||||
|
|
||||||
usf_clear(state.emu_state);
|
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;
|
emulatorCore = (uint8_t *)state.emu_state;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue