Package Details: rpcs3-git 0.0.32.r16618.bceaf46e2f-1

Git Clone URL: https://aur.archlinux.org/rpcs3-git.git (read-only, click to copy)
Package Base: rpcs3-git
Description: A Sony PlayStation 3 emulator
Upstream URL: https://github.com/RPCS3/rpcs3
Licenses: GPL-2.0-only
Conflicts: rpcs3
Provides: rpcs3
Submitter: alucryd
Maintainer: hcorion
Last Packager: hcorion
Votes: 73
Popularity: 0.76
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-06-22 20:48 (UTC)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 33 Next › Last »

Anty0 commented on 2018-04-10 15:13 (UTC)

@Notex I'm having trouble running games using OpenGl (black screen, only some wired colored flashes when game starts, sound and controller works) and because my graphics card doesn't have finished support for vulkan (Intel HD Graphics, Intel Broadwell Mobile), even vulkan is not working properly (just throws fatal error on most games and some homebrews). So yeah I'm unable to run any game on RPCS3 nowdays...

Notex commented on 2018-04-09 05:34 (UTC)

Anyone else having trouble running games with this after recently upgrading this package?

Anty0 commented on 2018-03-15 19:23 (UTC) (edited on 2018-03-15 19:25 (UTC) by Anty0)

Missing dependency: qt5-3d

Probably runtime dependency, but breaks also build.

Without this installed build crashes with this message:

...

Target "rpcs3" links to target "Qt5::Qml" but the target was not found.

...

salviati commented on 2018-03-13 01:07 (UTC)

Conflicts with llvm

Sanpi commented on 2018-03-07 12:38 (UTC)

@VerruckteFuchs fixed, thank you.

VerruckteFuchs commented on 2018-03-05 23:10 (UTC)

On line 64 there is 'ln --symbolic --force ../../Vulkan-LoaderAndValidationLayers-85926a33d427ee62f395a50886db980127063c72 Vulkan/Vulkan-LoaderAndValidationLayers'. There has been a directory name change so that dir no longer exists, which results in the PKGBUILD failing at that line. Changing line 64 to 'ln --symbolic --force ../../Vulkan-LoaderAndValidationLayers-28d93dfc0f24d65237fd773d74a284bf6e399222 Vulkan/Vulkan-LoaderAndValidationLayers' allows the package to be installed properly.

Sanpi commented on 2018-01-30 09:19 (UTC)

@Anaeijon fixed, thank you.

Anaeijon commented on 2018-01-29 22:10 (UTC) (edited on 2018-01-29 22:28 (UTC) by Anaeijon)

I needed to change line 87 of PKGBUILD from

cp ../../../git-version.h ../rpcs3/

to

cp ../../git-version.h ../rpcs3/

Sanpi commented on 2018-01-14 18:14 (UTC)

@adomas Fixed, thank you.

adomas commented on 2018-01-14 17:48 (UTC)

Build fails if package "boost" is not installed. Maybe it should be listed as dependency?