Enabled linear interpolation

CQTexperiment
Chris Moeller 2013-10-13 13:29:53 -07:00
parent 7e34ccd15a
commit cc31d2ddce
1 changed files with 3 additions and 0 deletions

View File

@ -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;