aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2015-02-06 01:26:44 +0200
committernotaz2015-02-06 01:26:44 +0200
commit1e0eac2348343c8a046f7a75d460f087556cf7f6 (patch)
tree27a148679e25f6edb7a2dd85c54514139bb72450 /frontend
parentbf48d3aa5a4916f9228bc7d18a417c136fdc30a5 (diff)
downloadpcsx_rearmed-1e0eac2348343c8a046f7a75d460f087556cf7f6.tar.gz
pcsx_rearmed-1e0eac2348343c8a046f7a75d460f087556cf7f6.tar.bz2
pcsx_rearmed-1e0eac2348343c8a046f7a75d460f087556cf7f6.zip
libretro: always use fixed samples per frame
Diffstat (limited to 'frontend')
-rw-r--r--frontend/libretro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 867522d..acc64a1 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -1255,6 +1255,7 @@ void retro_init(void)
cycle_multiplier = 200;
#endif
pl_rearmed_cbs.gpu_peops.iUseDither = 1;
+ spu_config.iUseFixedUpdates = 1;
McdDisable[0] = 0;
McdDisable[1] = 1;