Package Details: pcsx2-git 2.3.119.r1.g9e21ee1bc4-1

Git Clone URL: https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy)
Package Base: pcsx2-git
Description: A Sony PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0+
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: weirdbeard (xiota)
Last Packager: weirdbeard
Votes: 130
Popularity: 0.097830
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2025-01-19 15:42 (UTC)

Pinned Comments

weirdbeard commented on 2024-08-17 03:40 (UTC)

https://github.com/PCSX2/pcsx2/pull/11632

This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2

In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.

Latest Comments

« First ‹ Previous 1 .. 42 43 44 45 46 47 48 49 50 51 52 .. 67 Next › Last »

rafaelff commented on 2014-12-23 15:43 (UTC)

alucryd: The PKGBUILD i have here sets GTK3_API=true. Probably an outdated version, as the PKGBUILD in AUR doesn't have this flag set. Sorry for the noise.

alucryd commented on 2014-12-23 15:35 (UTC)

josephbgr: I don't use gtk3 nor 64bit in the PKGBUILD, compilation doesn't fail here. Our wxgtk is still built with gtk2, even 3.0.2. There are still some wxgtk/gtk3 unfriendly packages like this one which prevents us from building wxgtk against gtk3.

rafaelff commented on 2014-12-23 15:22 (UTC)

Alucryd, currently compilation will fail, and that's intentional [1] to disable GTK3_API on PACKAGE_MODE and mode "Release". IMO, dependencies could be changed to WXGTK2 or this fatal-error could be disabled. [1] https://github.com/PCSX2/pcsx2/commit/dc1cd3eb2582f38b0fd7c03255bd355caf7b4f99

rafaelff commented on 2014-11-29 20:46 (UTC)

Because it is newer (3.0), and recommended by pcsx2 development team. What is the problem?

olace commented on 2014-11-29 20:23 (UTC)

Why need lib32-wxgtk as depends, instead of lib32-wxgtk2.8 ??

Xaero252 commented on 2014-11-25 02:55 (UTC)

I am aware of makepkg.conf and have set -march=native for my Westmere generation xeon as that is usually the safest. Anyways, after doing the following: objdump -M intel -d /usr/lib32/pcsx2/libGSdx-0.1.16.so | opcode -s AVX That apparently the binary has AVX instructions in it (Was unaware Westmere xeons supported any AVX instructions, its not listed as supporting them) I see it just doesn't reflect the compiled instruction set in the GUI and that is all. Sorry for bugging you ^_^

alucryd commented on 2014-11-13 08:06 (UTC)

Xaero252: Everything is always explained in the wiki, you're supposed to have read at least the first link :P https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started https://wiki.archlinux.org/index.php/Makepkg#Architecture.2C_compile_flags https://paste.xinu.at/lstE0U/ josephbgr: You can tell with the plugin selector (see above screenshot).

rafaelff commented on 2014-11-13 07:50 (UTC)

@Xaero252: How and where did you identify that GSDX was compiled with only SSE2 ?

Xaero252 commented on 2014-11-13 02:40 (UTC)

Alucryd, is it possible to enable compiling GSDX against other instruction sets on Linux? For example on Windows the resulting binary will include GSDX for SSE2,4,4.1, and AVX. On Linux I've only ever managed a resulting binary with SSE2.