Package Details: pcsx2 2.2.0-1

Git Clone URL: https://aur.archlinux.org/pcsx2.git (read-only, click to copy)
Package Base: pcsx2
Description: Sony PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Submitter: freswa
Maintainer: xiota (weirdbeard)
Last Packager: xiota
Votes: 27
Popularity: 0.071447
First Submitted: 2023-01-03 23:17 (UTC)
Last Updated: 2024-11-10 23:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

0b100100 commented on 2024-02-04 20:33 (UTC)

Hi. Could you fix the icon reference with the following diff: http://0x0.st/Hk_S.diff

Without this diff the icon is not visible on the desktop entry file.

The procedure of the flatbak build is similar: https://github.com/PCSX2/pcsx2/blob/0c708e8c1eff47bb94e1ae620368606bebf0aae7/.github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json#L59

xiota commented on 2024-01-30 11:27 (UTC) (edited on 2024-01-30 11:38 (UTC) by xiota)

@HurricanePootis The DISABLE_ADVANCE_SIMD option is misnamed (in my opinion). It does not disable avx. It probably did, a long time ago, and its use would have been appropriate for Arch/AUR because Arch supports only x86-64 (v1). But now upstream pcsx2 requires sse4 (v2). They also create "multi-ISA" binaries that use dynamic dispatch to support multiple versions (sse4, avx, avx2) of some functions when DISABLE_ADVANCE_SIMD=ON. Modern CPUs would be expected to use the avx2 version of those functions, but I have no way to confirm.

When DISABLE_ADVANCE_SIMD=OFF, the pcsx2 cmake scripts force march=native, which is wrong for AUR packages.

HurricanePootis commented on 2024-01-30 05:24 (UTC)

Hey, can I ask why you are disabling advancing SIMD support? Seems like most people with modern CPUs should be able to take advantage of it.

FabioLolix commented on 2023-08-12 11:08 (UTC)

installing fmt (10.0.0-1) breaks dependency 'libfmt.so=9-64' required by pcsx2

@neoexpert remove pcsx2 then procede with the update

Do you have an old version of pcsx2? because it don't list fmt as depends and use its own git submodules for that

neoexpert commented on 2023-08-12 11:04 (UTC) (edited on 2023-08-12 11:05 (UTC) by neoexpert)

I'am getting following error when I try to update with pacman -Syu:

resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing fmt (10.0.0-1) breaks dependency 'libfmt.so=9-64' required by pcsx2

Funkin-Stoopid commented on 2023-08-04 23:18 (UTC)

Sorry about that. Anyway, I reboot and this time, It built. Weird thing, I have the same error with cemu, and It still doesn't build.

eclairevoyant commented on 2023-08-04 22:05 (UTC)

@Funkin-Stoopid that's not a proper log, can't help you there. if you need help post the full build log on a pastebin-like site.

Funkin-Stoopid commented on 2023-08-04 21:47 (UTC)

Hello build failed with error: ninja: build stopped: subcommand failed.

eclairevoyant commented on 2023-07-29 07:29 (UTC)

@narwhalofages Thanks, fmt has been removed as a dependency.