shithub: psxe

Download patch

ref: 86e4c4d94dc468c6851ab6607b02831c251a1a13
parent: aefa49c3fa588064ada1c7ec7e81623617a900cd
author: Lisandro Alarcón <aurealinbox@gmail.com>
date: Sun Jun 11 20:30:51 EDT 2023

Update README.md

--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 A simple and portable Sony PlayStation emulator and emulation library written in C
 
 ## Running
-To run the emulator, you will need a BIOS file, `SCPH1001.bin` specifically, you can either get it from the internet or [dump it from your own console](https://www.youtube.com/watch?v=u8eHp0COcBo). Just put it in the same directory where the executable is located in. I will write a CLI parser really soon though, you will be able to just specify the location of the BIOS or a search folder.
+In order to run the emulator, you will need a BIOS file, `SCPH1001.bin` specifically, you can either get it from the internet or [dump it from your own console](https://www.youtube.com/watch?v=u8eHp0COcBo). Just put it in the same directory where the executable is located in. I will write a CLI parser really soon though, you will be able to just specify the location of the BIOS or a search folder.
 
 Other BIOSes aren't currently supported, though I've only tested `SCPH1000.bin` so far.
 
--