Enabled linear interpolation
This commit is contained in:
parent
7e34ccd15a
commit
cc31d2ddce
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue