summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-09-26 08:37:41 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-09-26 08:53:50 -0400
commitbde0ece4d5f3e2c232b65c478340da33bf7d4dcd (patch)
tree437190d7a7d22ac9e7d3485b76271703091fc0ed /games-emulation
parentdev-python/pywavelets: enable py3.11 (diff)
downloadgentoo-bde0ece4d5f3e2c232b65c478340da33bf7d4dcd.tar.gz
gentoo-bde0ece4d5f3e2c232b65c478340da33bf7d4dcd.tar.bz2
gentoo-bde0ece4d5f3e2c232b65c478340da33bf7d4dcd.zip
games-emulation/pcsx2: update live
This may be temporary going by upstream's commit message, so will have a closer look when doing another nightly release. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index b5e09ffc395f..bbe944648d41 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -96,6 +96,13 @@ src_unpack() {
EGIT_SUBMODULES+=(
3rdparty/glslang/glslang # needs StandAlone/ResourceLimits.h
3rdparty/vulkan-headers # to keep in sync with glslang
+
+ # system rapidyaml is still used, but this uses another part
+ # of the source and so allow submodule for now
+ # https://github.com/PCSX2/pcsx2/commit/af646e449
+ 3rdparty/rapidyaml/rapidyaml
+ 3rdparty/rapidyaml/rapidyaml/extern/c4core
+ 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float
)
fi
git-r3_src_unpack