mirror of https://github.com/tiyn/wiki
parent
fa1a60a4cc
commit
e9e359caf5
@ -0,0 +1,12 @@
|
|||||||
|
# Emulators
|
||||||
|
|
||||||
|
An Emulator is a hard- or software that enables a computer to behave like
|
||||||
|
another computer.
|
||||||
|
In the gaming context this is mainly used to run games from a console on
|
||||||
|
another computer.
|
||||||
|
Emulators usually need ROMs to run games.
|
||||||
|
ROMs are a digital copy of a video game.
|
||||||
|
|
||||||
|
## List of Emulator software
|
||||||
|
|
||||||
|
- [PPSSPP](./ppsspp.md) is made to emulate Playstation Portable games
|
@ -0,0 +1,40 @@
|
|||||||
|
# PPSSPP
|
||||||
|
|
||||||
|
[PPSSPP](https://ppsspp.org/) is a Playstation Portable (PSP)
|
||||||
|
[emulator](./emulators.md).
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
PPSSPP can be installed on different systems, a list for this can be found on
|
||||||
|
the [PPSSPP website](https://ppsspp.org/downloads.html).
|
||||||
|
Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
|
||||||
|
package is called `org.ppsspp.PPSSPP`.
|
||||||
|
|
||||||
|
## [Steam Deck](./steam.md#steam-deck) specific settings
|
||||||
|
|
||||||
|
The following settings are especially useful when emulating PSP games on the
|
||||||
|
[Steam Deck](./steam.md#steam-deck) as pointed out by
|
||||||
|
[nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/ppsspp.md).
|
||||||
|
But it is a good starting point for other systems aswell.
|
||||||
|
It is important to emphasize that the system needs to meet the requirements to
|
||||||
|
run Vulkan.
|
||||||
|
The Device name will change if you are not using a
|
||||||
|
[Steam Deck](./steam.md#steam-deck).
|
||||||
|
|
||||||
|
```txt
|
||||||
|
Backend: Vulkan
|
||||||
|
Device: AMD RADV VANGOGH
|
||||||
|
Fullscreen: on
|
||||||
|
VSync: on
|
||||||
|
Rendering solution: Auto (1:1)
|
||||||
|
Upscale level: 2x
|
||||||
|
Upscale type: Hybrid + Bicubic
|
||||||
|
Deposterize: on
|
||||||
|
```
|
||||||
|
|
||||||
|
## Running a game without selection in the menu
|
||||||
|
|
||||||
|
To run a game instantly the path to the [ROM](./emulators.md) needs to be
|
||||||
|
appended to the command used for starting PPSSPP.
|
||||||
|
This should be made in quotation marks as it could contain characters that need
|
||||||
|
to be escaped.
|
Loading…
Reference in new issue