From 517dc582787b3c3096b8afaacec1fdf5160211b0 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sat, 17 Oct 2020 00:33:10 +0200 Subject: [PATCH] rpcs3: update to latest commit Also build libusb ourself and use it in rpcs3 --- net.rpcs3.RPCS3.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index fb2a475..b5bfd6d 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -27,6 +27,7 @@ cleanup-commands: modules: - "shared-modules/glu/glu-9.json" - "shared-modules/glew/glew.json" + - "shared-modules/libusb/libusb.json" - name: "libevdev" buildsystem: "meson" @@ -94,6 +95,7 @@ modules: - "-DUSE_SYSTEM_LIBPNG=ON" - "-DUSE_SYSTEM_ZLIB=ON" - "-DUSE_SYSTEM_CURL=ON" + - "-DUSE_SYS_LIBUSB=ON" post-install: - | set -eux; @@ -107,4 +109,4 @@ modules: sources: - type: "git" url: "https://github.com/RPCS3/rpcs3.git" - commit: "583ed6171280ee6af777458a9f56d470b5498652" + commit: "9e14d240a82fa0645de5073aebafa30bf7288e6e"