Files
buildroot/package/retroarch/0002-video-sync.patch
T
tiopex b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00

23 lines
707 B
Diff

diff --git a/config.def.h b/config.def.h
index a59e56441b..0c002b97b6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1119,7 +1119,7 @@
#endif
/* Will sync audio. (recommended) */
-#define DEFAULT_AUDIO_SYNC true
+#define DEFAULT_AUDIO_SYNC false
/* Audio rate control. */
#if !defined(RARCH_CONSOLE)
@@ -1357,7 +1357,7 @@
#define DEFAULT_FASTFORWARD_FRAMESKIP true
/* Enable runloop for variable refresh rate screens. Force x1 speed while handling fast forward too. */
-#define DEFAULT_VRR_RUNLOOP_ENABLE false
+#define DEFAULT_VRR_RUNLOOP_ENABLE true
/* Run core logic one or more frames ahead then load the state back to reduce perceived input lag. */
#define DEFAULT_RUN_AHEAD_FRAMES 1