/PCSX2_Appimage

PCSX2 Appimage that include all 32bits deps, for all linux 64bits (include no-multilib). Discontinued in favor of the official 64bit native version!!!

Primary LanguageShellMIT LicenseMIT

Build Status AppImage Build

PCSX2_Appimage

PCSX2 Appimage that include all 32bits deps, for all linux 64bits (include no-multilib pure 64bits).

1- Download "pcsx2-VERSION-x86_64.AppImage" HERE

If you use the proprietary NVIDIA driver, you can download the respective version instead. See link NVIDIA_LEGACY_LIST

  • NOTE: With proprietary NVIDIA, you will need to use the same major version equivalent to the one running on your 64bits system.

2- Make executable:

$ chmod +x pcsx2-VERSION-x86_64.AppImage

3- Run it:

$ ./pcsx2-VERSION-x86_64.AppImage

Optional 1- To test the OpenGL of your video card:

$ ./pcsx2-VERSION-x86_64.AppImage glxinfo32
$ ./pcsx2-VERSION-x86_64.AppImage glxgears32 -info
$ ./pcsx2-VERSION-x86_64.AppImage shape32

Optional 2- You can use PRIME too:

$ DRI_PRIME=1 ./pcsx2-VERSION-x86_64.AppImage glxgears32 -info