Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump RPCS3 to v0.0.28 (build tested on x86_64) #8921

Merged
merged 1 commit into from
Jun 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package/batocera/emulators/rpcs3/rpcs3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# rpcs3
#
################################################################################
# Version: Commits on May 6, 2023
RPCS3_VERSION = f1150320950eb015ab2c610a13fdd291eb857b0a
# Version: Commits on Jun 2, 2023
RPCS3_VERSION = v0.0.28
RPCS3_SITE = https://github.com/RPCS3/rpcs3.git
RPCS3_SITE_METHOD=git
RPCS3_GIT_SUBMODULES=YES
RPCS3_LICENSE = GPLv2
RPCS3_DEPENDENCIES += alsa-lib batocera-llvm faudio ffmpeg libevdev
RPCS3_DEPENDENCIES += libglew libglu libpng libusb mesa3d ncurses openal
RPCS3_DEPENDENCIES += libglew libglu libpng libusb mesa3d ncurses openal
RPCS3_DEPENDENCIES += qt5base qt5declarative qt5multimedia qt5svg
RPCS3_DEPENDENCIES += wolfssl libxml2

Expand Down