Skip to content

Commit

Permalink
Revert video sync option
Browse files Browse the repository at this point in the history
Update Picodrive core
Update gpsp core
  • Loading branch information
tiopex committed Jan 4, 2024
1 parent b63ab29 commit 65a02be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package/libretro-gpsp/libretro-gpsp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package/libretro-picodrive/libretro-picodrive.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)'" \
Expand Down
22 changes: 0 additions & 22 deletions package/retroarch/0002-video-sync.patch

This file was deleted.

2 changes: 1 addition & 1 deletion package/retroarch/retroarch.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65a02be

Please sign in to comment.