Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Dec 13, 2018
1 parent 56a004d commit 6d72f30
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ Note: This is a big hack, and it's recommended to use the [Dolphin Core](https:/
## Installation

1. Compile the core
``` bash
git clone https://github.com/RobLoach/libretro-dolphin-launcher.git
cd libretro-dolphin-launcher
make
```
``` bash
git clone https://github.com/RobLoach/libretro-dolphin-launcher.git
cd libretro-dolphin-launcher
make
```

2. Copy the core file to the RetroArch cores directory
``` bash
cp dolphin_launcher_libretro.so /usr/lib/libretro/
cp dolphin_launcher_libretro.info /usr/share/libretro/info/
```
``` bash
cp dolphin_launcher_libretro.so /usr/lib/libretro/
cp dolphin_launcher_libretro.info /usr/share/libretro/info/
```

3. Make sure [Dolphin](http://dolphin-emu.org) [is installed](https://dolphin-emu.org/download/?ref=btn). You should be able to run at least one of the following commands:
``` bash
dolphin-emu --version
dolphin-emu-nogui --version
flatpak run org.DolphinEmu.dolphin-emu --version
```
``` bash
dolphin-emu --version
dolphin-emu-nogui --version
flatpak run org.DolphinEmu.dolphin-emu --version
```

## Usage

Expand All @@ -35,9 +35,9 @@ Note: This is a big hack, and it's recommended to use the [Dolphin Core](https:/
2. Launch the games directly from the RetroArch menu

3. Alternatively, you can run games through the command line
``` bash
retroarch -L dolphin_launcher_libretro.so Mario.gcm
```
``` bash
retroarch -L dolphin_launcher_libretro.so Mario.gcm
```

## Contributors

Expand Down

0 comments on commit 6d72f30

Please sign in to comment.