Skip to content

Commit

Permalink
Highly Complete / USF: Enable HLE again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kode54 committed Mar 6, 2022
1 parent d570cf3 commit 6741151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ - (BOOL)initializeDecoder {

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;

Expand Down

0 comments on commit 6741151

Please sign in to comment.