# PSX-Emu
A WIP Sony PlayStation (PS1) Emulator.
## Building
Compile from source using `cargo run --release`. If you don't have cargo you can install it [here](https://www.rust-lang.org/tools/install)
## Usage
To use the emulator you need to have a PS1 BIOS file (only SCPH1001 and SCPH101 BIOSes have been tested). It should be placed in a folder called `res` in the project directory and named `SCPH1001.bin` (You can change this by editing the `BIOS_PATH` variable in `desktop/src/app.rs`)
### Controls
For now only keyboard controls are supported.
- Up: W
- Down: S
- Left: A
- Right: D
- Cross: K
- Square: J
- Triangle: I
- Circle: L
- L1: Q
- L2: 1
- R1: E
- R2: 3
- Start: Enter
- Select: Backslash
## Screenshots