Package Details: pcsx2-parallel-gs-git 2.7.248.r1.g656b89fc3-1

Git Clone URL: https://aur.archlinux.org/pcsx2-parallel-gs-git.git (read-only, click to copy)
Package Base: pcsx2-parallel-gs-git
Description: A Sony PlayStation 2 emulator with experimental paraLLEl-GS support
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Conflicts: pcsx2, pcsx2-git
Provides: pcsx2, pcsx2-git
Submitter: flavionm
Maintainer: flavionm
Last Packager: flavionm
Votes: 0
Popularity: 0.000000
First Submitted: 2026-02-21 17:21 (UTC)
Last Updated: 2026-04-12 22:02 (UTC)

Required by (4)

Sources (4)

Latest Comments

flavionm commented on 2026-04-11 00:01 (UTC)

I updated the integration patch to use the latest one from paraLLEl-gs. That should fix any issues.

Sorry for the delay. In the future I'll change how the PKGBUILD works to require less manual intervention.

wh4t4v3r commented on 2026-04-07 05:51 (UTC)

Build fails because the Granite submodule in parallel-gs uses VK_EXT_descriptor_heap types not present in PCSX2's bundled Vulkan headers. Add this to build() before the cmake call: bashcp /usr/include/vulkan/vulkan_core.h "${srcdir}/pcsx2/3rdparty/vulkan/include/vulkan/vulkan_core.h" This assumes the user has vulkan-headers installed, so it should also be added as a makedepends.