From cc31d2ddce0ad26812d67e110da9803b9040797a Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Sun, 13 Oct 2013 13:29:53 -0700 Subject: [PATCH] Enabled linear interpolation --- Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm index e7dc5685c..5cbe38a84 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -1011,6 +1011,9 @@ static int twosf_info(void * context, const char * name, const char * value) return NO; } + core->dwInterpolation = 1; + core->dwChannelMute = 0; + emulatorCore = ( uint8_t * ) core; emulatorExtra = state.rom;