sh2 drc: updates from mame for ym2612 sound

This commit is contained in:
kub 2019-12-21 22:54:40 +01:00
parent 0e12269073
commit 9090dc0f22
3 changed files with 56 additions and 30 deletions

View file

@ -55,7 +55,7 @@ void pemu_prep_defconfig(void)
gp2x_soc_t soc;
defaultConfig.CPUclock = default_cpu_clock;
defaultConfig.renderer32x = RT_8BIT_FAST;
defaultConfig.renderer32x = RT_8BIT_ACC;
defaultConfig.analog_deadzone = 50;
soc = soc_detect();