Revert video sync option (#78)

Update Picodrive core
Update gpsp core
This commit is contained in:
tiopex
2024-01-04 13:01:41 +01:00
committed by GitHub
parent b63ab29b2f
commit 9d1fc77c20
4 changed files with 6 additions and 28 deletions

View File

@@ -4,8 +4,8 @@
#
################################################################################
# Commit of 2023/10/06
LIBRETRO_GPSP_VERSION = eaf8b94702c5ded2fe3a3fc6a7f9718652fe8595
# Commit of 2023/12/31
LIBRETRO_GPSP_VERSION = 092c5144827ee3ac07a6af9276244221c303ca41
LIBRETRO_GPSP_SITE = $(call github,libretro,gpsp,$(LIBRETRO_GPSP_VERSION))
LIBRETRO_GPSP_LICENSE = GPL-2.0
LIBRETRO_GPSP_LICENSE_FILES = COPYING

View File

@@ -4,8 +4,8 @@
#
################################################################################
#Commit of 2022-02-11
LIBRETRO_PICODRIVE_VERSION = ee6b7139175a3270e9be314218b22baa592610f2
#Commit of 2024-01-03
LIBRETRO_PICODRIVE_VERSION = 019421c9a1d70cc7d30ae4bfa60a79660a0e2bcd
LIBRETRO_PICODRIVE_SITE = https://github.com/libretro/picodrive.git
LIBRETRO_PICODRIVE_LICENSE = COPYRIGHT
LIBRETRO_PICODRIVE_LICENSE_FILES = COPYING
@@ -16,7 +16,7 @@ LIBRETRO_PICODRIVE_SITE_METHOD=git
LIBRETRO_PICODRIVE_GIT_SUBMODULES=y
define LIBRETRO_PICODRIVE_BUILD_CMDS
$(MAKE) -C $(@D)/cpu/cyclone CONFIG_FILE=$(@D)/cpu/cyclone_config.h
$(MAKE) -C $(@D)/cpu/cyclone CONFIG_FILE=$(@D)/cpu/cyclone_config_armv4.h
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO) -I '$(@D)'" \
CXXFLAGS="$(TARGET_CXXFLAGS) $(COMPILER_COMMONS_CXXFLAGS_SO) -I '$(@D)'" \

View File

@@ -1,22 +0,0 @@
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

View File

@@ -1,4 +1,4 @@
RETROARCH_VERSION = 1.16.0.3
RETROARCH_VERSION = 1.16.0
RETROARCH_SITE = $(call github,libretro,RetroArch,v$(RETROARCH_VERSION))
RETROARCH_LICENSE = GPL-3.0
RETROARCH_LICENSE_FILES = COPYING