Adjusted Spacing

This commit is contained in:
トトも 2022-05-16 19:47:02 -04:00 committed by GitHub
parent 5349ef5b3e
commit 524536e5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ All files ending in `.data` have been compiled with **[RetroArch]**.
*Check my **[Fork]** for changes made to the original software.*
<br>
<br>
<br>
@ -28,6 +29,7 @@ sudo apt install -y \
git
```
<br>
<br>
### WASM
@ -38,8 +40,12 @@ sudo apt install -y \
git clone https://github.com/ethanaobrien/RetroArch.git
```
<br>
2. Navigate to `/dist-scripts/`
<br>
3. Build with:
```sh
@ -47,6 +53,7 @@ sudo apt install -y \
```
<br>
<br>
### LibRetro
@ -56,29 +63,37 @@ sudo apt install -y \
git clone https://github.com/libretro/libretro-fceumm.git
```
<br>
2. The next steps depend on whether or <br>
not you have a`Makefile.libretro`.
<br>
#### With
1. Navigate to the folder with the makefile.
- Navigate to the folder with the makefile.
2. Build with:
- Build with:
```sh
emmake make -f Makefile.libretro platform=emscripten
```
<br>
#### Without
1. Stay in the base directory of the project.
- Stay in the base directory of the project.
2. Build with:
- Build with:
```sh
emmake make platform=emscripten
```
<br>
3. Copy the `.bc` file to the `/dist-cores/` folder.
<br>