Joined
·
47 Posts
It is in AUR as pcsxr-pgxp-git then, you can build it from thereactually I'm thinking moving to Manjaro kde from windows 10 😛
It is in AUR as pcsxr-pgxp-git then, you can build it from thereactually I'm thinking moving to Manjaro kde from windows 10 😛
yep thank you. I'll try it first using a live usb.It is in AUR as pcsxr-pgxp-git then, you can build it from there
Performing C SOURCE FILE Test NO_PIE_PATCHED failed with the following output:
Change Dir: /home/danny/Desktop/PCSXR/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_2f430/fast && /usr/bin/make -f CMakeFiles/cmTC_2f430.dir/build.make CMakeFiles/cmTC_2f430.dir/build
make[1]: Entering directory '/home/danny/Desktop/PCSXR/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f430.dir/src.c.o
/usr/bin/cc -DNO_PIE_PATCHED -nopie -o CMakeFiles/cmTC_2f430.dir/src.c.o -c /home/danny/Desktop/PCSXR/CMakeFiles/CMakeTmp/src.c
cc: error: unrecognized command line option '-nopie'; did you mean '-no-pie'?
make[1]: *** [CMakeFiles/cmTC_2f430.dir/build.make:66: CMakeFiles/cmTC_2f430.dir/src.c.o] Error 1
make[1]: Leaving directory '/home/danny/Desktop/PCSXR/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_2f430/fast] Error 2
Source file was:
int main(void) { return 0; }
User space installation (without root or sudo):So, what do I do?
git clone https://github.com/iCatButler/pcsxr.git
cd pcsxr
mkdir build
cd build
mkdir $HOME/pcsxr-pgxp
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/pcsxr-pgxp ..
make
apt-cache search libpng | grep 'dev'
sudo apt-get install libpng16-dev
make install
I would recommend you switch to Duckstation cause emu this is basically dead. It basically has all the features that PCSXR-PGXP has, except you can't set a XBRz multiplier, you can just turn it on or off.Hi all!
Made an account just for trying to ask for help,
I'm trying to set up Silent Hill 1 using PCSXR-PGXP but haven't been able to launch it. I managed to launch it using standard PCSXR but after fiddling with memory errors (having to create a "games" folder inside the memory folder) I know only get a grey screen when trying to launch it with PGXP. Don't know if it's the memory card that still is the culprit. I have tried launching with bios, with or without plugins like Pete's OpenGL2 and Tweaks, Eternal SPU for sound, Lilypad etc.
Thanks for any help.