Highly Complete: Keep USF RSP HLE disabled for now
There is a missing effect in the relevant tracks from Conker's Bad Fur Day, an overdrive effect. Signed-off-by: Christopher Snowhill <kode54@gmail.com>CQTexperiment
parent
6d09b72c1d
commit
a618073203
|
@ -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, 1);
|
||||
usf_set_hle_audio(state.emu_state, 0);
|
||||
|
||||
emulatorCore = (uint8_t *)state.emu_state;
|
||||
|
||||
|
|
Loading…
Reference in New Issue