mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
ruffle
This commit is contained in:
parent
fdd4a605c2
commit
ec227f2f04
wiki-rtd/docs/wiki_emulator_guides
|
@ -18,20 +18,35 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Where to put the games?
|
## Where to put the games?
|
||||||
|
|
||||||
PS3 games comes either as a Blu-ray rip directory with a bunch of different files or a digital PSN title that needs to be installed (see guide on this page).
|
PS3 games comes either as a Blu-ray rip directory with a bunch of different files or a digital PSN title that needs to be installed (see guide on this page).
|
||||||
|
|
||||||
PS3 games should be put under the `retrodeck/roms/ps3/` directory.
|
PS3 games should be put under the `retrodeck/roms/ps3/` folder.
|
||||||
|
|
||||||
|
|
||||||
|
## What file formats are supported?
|
||||||
|
|
||||||
|
```
|
||||||
|
.desktop
|
||||||
|
.ps3
|
||||||
|
.PS3
|
||||||
|
.ps3dir
|
||||||
|
.PS3DIR
|
||||||
|
```
|
||||||
|
|
||||||
## Does RPCS3 require BIOS or Firmware?
|
## Does RPCS3 require BIOS or Firmware?
|
||||||
Yes, the `PS3UPDAT.PUP` firmware
|
|
||||||
|
|
||||||
### How to: Install the PS3UPDAT.PUP firmware
|
Yes, the `PS3UPDAT.PUP` firmware needs to be installed in the emulator.
|
||||||
|
|
||||||
|
### How-to: Install the PS3UPDAT.PUP firmware
|
||||||
|
|
||||||
There are two ways to install the firmware:
|
There are two ways to install the firmware:
|
||||||
|
|
||||||
#### Install PS3 firmware from RetroDECK Configurator
|
**Install PS3 firmware from RetroDECK Configurator**
|
||||||
|
|
||||||
1. Open RPCS3 `RetroDECK Configurator` - `RetroDECK: Tools` - `Install: PS3 Firmware`.
|
1. Open RPCS3 `RetroDECK Configurator` - `RetroDECK: Tools` - `Install: PS3 Firmware`.
|
||||||
2. Press `OK` and this will download the PS3 Firmware and open RPCS3.
|
2. Press `OK` and this will download the PS3 Firmware and open RPCS3.
|
||||||
|
@ -39,13 +54,24 @@ There are two ways to install the firmware:
|
||||||
4. Wait for the installation to finish
|
4. Wait for the installation to finish
|
||||||
5. Exit RPCS3 from the GUI under `File -> Exit`
|
5. Exit RPCS3 from the GUI under `File -> Exit`
|
||||||
|
|
||||||
#### Manual Download
|
**Manual Download**
|
||||||
|
|
||||||
1. Download the latest PS3 firmware `PS3UPDAT.PUP` from Sony [here](https://www.playstation.com/en-us/support/hardware/ps3/system-software/)
|
1. Download the latest PS3 firmware `PS3UPDAT.PUP` from Sony [here](https://www.playstation.com/en-us/support/hardware/ps3/system-software/)
|
||||||
2. Open RPCS3 `RetroDECK Configurator -> Open Emulator -> RPCS3`.
|
2. Open RPCS3 `RetroDECK Configurator -> Open Emulator -> RPCS3`.
|
||||||
3. In the RPCS3 interface navigate to `File -> Install Firmware`.
|
3. In the RPCS3 interface navigate to `File -> Install Firmware`.
|
||||||
4. In the file browser navigate and select the file `PS3UPDAT.PUP` file.
|
4. In the file browser navigate and select the file `PS3UPDAT.PUP` file.
|
||||||
5. The firmware should now be installed.
|
5. The firmware should now be installed.
|
||||||
|
|
||||||
|
## Folder structure
|
||||||
|
|
||||||
|
| Type | Folder | Comment |
|
||||||
|
| :---: | :---: | :---: |
|
||||||
|
| ROMs Folder |`retrodeck/roms/ps3/` | |
|
||||||
|
| Saves Folder |`retrodeck/saves/ps3/rpcs3/` | |
|
||||||
|
| States Folder |`retrodeck/states/ps3/rpcs3/` | |
|
||||||
|
| Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/rpcs3/` | Various config `.yml` and system folders |
|
||||||
|
|
||||||
|
|
||||||
## How to: Get games to show up inside the ES-DE interface
|
## How to: Get games to show up inside the ES-DE interface
|
||||||
|
|
||||||
There are two methods of adding the games.
|
There are two methods of adding the games.
|
||||||
|
|
|
@ -29,3 +29,27 @@ Flash games should be put under the `retrodeck/roms/flash/` directory.
|
||||||
## Does Ruffle require BIOS or Firmware?
|
## Does Ruffle require BIOS or Firmware?
|
||||||
|
|
||||||
No
|
No
|
||||||
|
|
||||||
|
## Folder structure
|
||||||
|
|
||||||
|
| Type | Folder | Comment |
|
||||||
|
| :---: | :---: | :---: |
|
||||||
|
| ROMs Folder |`retrodeck/roms/flash/` | |
|
||||||
|
| Saves Folder |`retrodeck/saves/flash/` | |
|
||||||
|
| Data Folder |`~/.var/app/net.retrodeck.retrodeck/data/ruffle/` | |
|
||||||
|
|
||||||
|
## Controls in Games
|
||||||
|
|
||||||
|
Most flash games where made for Mouse and Keyboard.
|
||||||
|
|
||||||
|
There is no standard universal Input Solution to account for all the variables in all the games as they are all different .
|
||||||
|
|
||||||
|
You can via RetroDECK's Steam Input Layouts:
|
||||||
|
|
||||||
|
- Emulate mouse input via joystick.
|
||||||
|
- Use built-in touchpads on the controller / devices like the DualSense or the Steam Deck.
|
||||||
|
- Use built-in touchscreens on devices like the Steam Deck.
|
||||||
|
- Use built-in virtual keyboards in SteamOS or your Linux distribution that can be summoned with a button combo.
|
||||||
|
- Play with a real keyboard and mouse.
|
||||||
|
|
||||||
|
Check the controller guides on the wiki for more information on the controller / device you have.
|
||||||
|
|
Loading…
Reference in a new issue