Enabled linear interpolation

This commit is contained in:
Chris Moeller 2013-10-13 13:29:53 -07:00
parent 7e34ccd15a
commit cc31d2ddce

View file

@ -1011,6 +1011,9 @@ static int twosf_info(void * context, const char * name, const char * value)
return NO; return NO;
} }
core->dwInterpolation = 1;
core->dwChannelMute = 0;
emulatorCore = ( uint8_t * ) core; emulatorCore = ( uint8_t * ) core;
emulatorExtra = state.rom; emulatorExtra = state.rom;