PS3 emulator/debugger

Edit Package rpcs3

An open-source PlayStation 3 emulator/debugger written in C++.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000001568 1.53 KB
_servicedata 0000000414 414 Bytes
fix-test-files.patch 0000000429 429 Bytes
fix-toolbar-color.patch 0000004254 4.15 KB
intel-ittapi.tar.xz 0000131044 128 KB
rpcs3-0.0.32~git20240507.tar.xz 0033255164 31.7 MB
rpcs3-rpmlintrc 0000000099 99 Bytes
rpcs3.changes 0000725142 708 KB
rpcs3.spec 0000009166 8.95 KB
Revision 229 (latest revision is 240)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 229)
- Update to version 0.0.31~git20240409:
  * SPU Analyzer: Do not terminate blocks on BRA
  * cellRtc: review fixes
  * cellRtc: remove wrong duplicate pos++
  * cellRtc: implement Rfc3339 part of cellRtcParseDateTime
  * cellRtc: simplify some disassembly code
  * Remove git brew package from macOS CI script (#15407)
  * cellGame: add some more error checks
  * cellCamera: fix config from_string
  * lv2_socket: reset queue after move
  * cellGame: Enable disc insert/eject based on disc mount state
  * Update curl to 8.7.1
  * Update soundtouch to  2.3.3
  * Update SDL to 2.30.2
  * Update FAudio to 20.04
  * Fix typo in lv2_socket_native
  * Fix changelog size hack
  * Savestates/Network: Feign connection failure on startup
  * Fix updater message
  * Savestates/SPU: Fix MFC commands abort
  * SPU Debugger: Implement viewing block hash on request
  * SPU LLVM: Fix store elimination within common blocks
  * Replace some URLs
  * Updater: Add RPCS3's Patreon link to update dialog
  * PPU Loader: Fix unload of HLEd PRX modules
  * PPU LLVM: Fix leak of modules outside dev_flash/sys/internal
  * SPU LLVM: Postpone runtime worker threads init
  * PPU LLVM: Unify memory limit for PRX and Overlay files
  * PPU LLVM: Fix memory leak on precompilation
  * use the pass manager instead of the legacy one
Comments 8

Avindra Goolcharan's avatar

I can't seem to run it:

$ rpcs3 
Illegal instruction (core dumped)

Avindra Goolcharan's avatar

With GDB, more info:

Program received signal SIGILL, Illegal instruction.
0x0000000000a75c78 in ppu_static_module::ppu_static_module(char const*) ()

Sergey Kondakov's avatar

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 '_')


Sergey Kondakov's avatar

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.


Avindra Goolcharan's avatar

Makes sense, I tested on a very old processor (AMD Phenom 1055T)


Avindra Goolcharan's avatar

xenonpk build is working https://build.opensuse.org/package/show/home:xenonpk/rpcs3


Sergey Kondakov's avatar

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.


Avindra Goolcharan's avatar

Yep... it runs on my old hardware, but for acceptable performance, using Threadripper now.

openSUSE Build Service is sponsored by