HerrHulaHoop (talk | contribs) (Added explanation for VSH) |
HerrHulaHoop (talk | contribs) (Added instructions to enable debug tab) |
||
Line 34: | Line 34: | ||
After this, select <code>File > Boot elf/self...</code> and select <code>/dev_flash/vsh/module/vsh.self</code> | After this, select <code>File > Boot elf/self...</code> and select <code>/dev_flash/vsh/module/vsh.self</code> | ||
==Enabling Debug tab== | |||
To enable RPCS3's debug tab in the settings window, | |||
# Navigate to: | |||
#: <code>RPCS3\GuiConfigs</code> on ''Windows'' | |||
#: <code>~/.config/rpcs3/GuiConfigs</code> on ''Linux'' | |||
# Open '''CurrentSettings.ini''' with a text editor | |||
# Change <code>showDebugTab=false</code> to <code>showDebugTab=true</code> |
Revision as of 13:08, 1 May 2019
This is a page meant to address common questions and issues faced by users.
Running VSH in RPCS3
To run VSH (otherwise known as XMB, the PS3's graphical user interface) currently you need this special build. You also need to make the following changes in the Configuration tab:
CPU configuration
Setting | Option | Notes |
---|---|---|
Firmware settings | Manually load selected libraries | Deselect every module in the Firmware Libraries menu |
GPU configuration
Setting | Option | Notes |
---|---|---|
Write color buffers | On |
Debug configuration
Setting | Option | Notes |
---|---|---|
Force CPU blit emulation | On | |
Debug console mode | On |
After this, select File > Boot elf/self...
and select /dev_flash/vsh/module/vsh.self
Enabling Debug tab
To enable RPCS3's debug tab in the settings window,
- Navigate to:
RPCS3\GuiConfigs
on Windows~/.config/rpcs3/GuiConfigs
on Linux
- Open CurrentSettings.ini with a text editor
- Change
showDebugTab=false
toshowDebugTab=true