PS3 emulator/debugger
An open-source PlayStation 3 emulator/debugger written in C++.
-
1
derived packages
- Links to Emulators / rpcs3
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:X0F:branches:Emulators/rpcs3 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000117 117 Bytes | |
_service | 0000001861 1.82 KB | |
_servicedata | 0000000399 399 Bytes | |
fix-build-glew-egl.patch | 0000001118 1.09 KB | |
fix-test-files.patch | 0000000429 429 Bytes | |
fix-toolbar-color.patch | 0000002335 2.28 KB | |
intel-ittapi.tar.xz | 0000120736 118 KB | |
rpcs3-0.0.35~git20250310.tar.xz | 0038643012 36.9 MB | |
rpcs3-rpmlintrc | 0000000099 99 Bytes | |
rpcs3.changes | 0000787861 769 KB | |
rpcs3.spec | 0000009495 9.27 KB | |
rpcs3_PR16848.patch | 0000010225 9.99 KB |
Comments 8
I can't seem to run it:
With GDB, more info:
That's probably because of '-msse3 -mssse3 -msse4 -msse4.1 -msse4.2 -mavx -maes -mxop' CFLAGS. See if you have all of those instructions in your /proc/cpuinfo (without '-m' part and with '.' replaced by '_')
It was most likely caused by my attempt to use XOP which was present only on few AMD CPUs and has been abandoned in Ryzen altogether. Should work fine now on anything released since 2011. The default requires SSE3-capable CPU, this build is for AVX.
Makes sense, I tested on a very old processor (AMD Phenom 1055T)
xenonpk build is working https://build.opensuse.org/package/show/home:xenonpk/rpcs3
And this should be working on anything for a while now. Not much point in running it on anything but the newest and strongest hardware, though.
Yep... it runs on my old hardware, but for acceptable performance, using Threadripper now.