Difference between revisions of "Emulator:Rpcs3"

From Wah!ki
Jump to navigation Jump to search
m (Sairuk moved page Rpcs3 to Emulator:Rpcs3: namespaces changes)
Line 18: Line 18:
 
! width="15%" | Exec
 
! width="15%" | Exec
 
! width="5%" | [[Configuration:Launcher Type|Type]]
 
! width="5%" | [[Configuration:Launcher Type|Type]]
! width="50%" | commandline_format
+
! width="15%" | commandline_format
 +
! width="15%" | bios location
 
|-
 
|-
 
| Linux
 
| Linux
 
| GIT
 
| GIT
| ISO
+
| iso (decrypted)
 
| <compiled_from_source>/????
 
| <compiled_from_source>/????
 
| D
 
| D
| "[rompath]/[name].[romext]"
+
| --no-gui "[rompath]/[name].[romext]"
 +
| NONE
 +
|-
 +
| Linux
 +
| Flatpak
 +
| iso (decrypted)
 +
| <compiled_from_source>/????
 +
| D
 +
| --no-gui "[rompath]/[name].[romext]"
 +
| NONE
 
|}
 
|}
  
 
=== Configuration Location ===
 
=== Configuration Location ===
 +
For the flatpak version see ~/.var/app/net.rpcs3.RPCS3/config/rpcs3
 +
 +
=== Saves ===
 +
Under the rpcs3 config directory see dev_hdd0/savedata
  
 
=== BIOS Files ===
 
=== BIOS Files ===
 +
No BIOS files to speak of but requires firmware to be manually installed
 +
 +
=== Firmware ===
 +
1. Download PUP from Sony
 +
1. Install --install-fw cli option or gui
  
 
=== Enable Controller ===
 
=== Enable Controller ===
 
 
=== Video Mode ===
 
=== Video Mode ===
 
 
=== Remapping Keys ===
 
=== Remapping Keys ===
 
 
 
==== Known Keys ====
 
==== Known Keys ====
 
 
 
=== Exit on ESC ===
 
=== Exit on ESC ===
 
 
 
== Troubleshooting ==
 
== Troubleshooting ==
  

Revision as of 01:44, 16 July 2022

**** THIS PAGE IS A WORK IN PROGRESS ****

About

RPCS3 is an Playstation 3 emulator, it is in early stages of development (at this time). It is capable of running retail titles with varying degrees of success.

This project officially ships the emulator as an AppImage which will need to be made executable and run.

Alternate methods are to:

  • compile from source
  • use the lutris runner, noting the lutris runner is an appimage and normally lagging behind the official appimage but can be switched out with a little work.

Configuration

Platform Version Device Exec Type commandline_format bios location
Linux GIT iso (decrypted) <compiled_from_source>/???? D --no-gui "[rompath]/[name].[romext]" NONE
Linux Flatpak iso (decrypted) <compiled_from_source>/???? D --no-gui "[rompath]/[name].[romext]" NONE

Configuration Location

For the flatpak version see ~/.var/app/net.rpcs3.RPCS3/config/rpcs3

Saves

Under the rpcs3 config directory see dev_hdd0/savedata

BIOS Files

No BIOS files to speak of but requires firmware to be manually installed

Firmware

1. Download PUP from Sony 1. Install --install-fw cli option or gui

Enable Controller

Video Mode

Remapping Keys

Known Keys

Exit on ESC

Troubleshooting

External Links