From 524536e5a295f62b64e1102896b3a6890db84339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=88=E3=83=88=E3=82=82?= <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Mon, 16 May 2022 19:47:02 -0400 Subject: [PATCH] Adjusted Spacing --- data/README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/data/README.md b/data/README.md index 72b91bd..30729a9 100644 --- a/data/README.md +++ b/data/README.md @@ -8,6 +8,7 @@ All files ending in `.data` have been compiled with **[RetroArch]**. *Check my **[Fork]** for changes made to the original software.* +


@@ -28,6 +29,7 @@ sudo apt install -y \ git ``` +

### WASM @@ -38,8 +40,12 @@ sudo apt install -y \ git clone https://github.com/ethanaobrien/RetroArch.git ``` +
+ 2. Navigate to `/dist-scripts/` +
+ 3. Build with: ```sh @@ -47,6 +53,7 @@ sudo apt install -y \ ```
+
### LibRetro @@ -56,29 +63,37 @@ sudo apt install -y \ git clone https://github.com/libretro/libretro-fceumm.git ``` +
+ 2. The next steps depend on whether or
not you have a `Makefile.libretro` . +
+ #### 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 ``` +
+ #### 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 ``` +
+ 3. Copy the `.bc` file to the `/dist-cores/` folder.