Package Details: pcsx2-parallel-gs-git 2.7.330.r2.g2a7f7b1fd2-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-05-10 22:49 (UTC)

Latest Comments

flavionm commented on 2026-04-28 00:06 (UTC) (edited on 2026-04-28 00:06 (UTC) by flavionm)

The package will now build using the latest version of both PCSX2 and paraLLEl-gs. Flag out of date if either of them make any breaking changes.

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.