Skip to content

Commit b75de84

Browse files
authored
Merge pull request #1009 from DrGlaucous/master
Fix incorrectly named doukutsu-rs
2 parents a943e68 + f24fcd0 commit b75de84

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

docs/development/licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ See below for a summary of the licenses behind RetroArch and its cores:
9494
| Dolphin | [GPLv2](https://github.com/dolphin-emu/dolphin/blob/master/license.txt) | |
9595
| DOSBox | [GPLv2](https://github.com/libretro/dosbox-libretro/blob/master/COPYING) | |
9696
| DOSBox Pure | [GPLv2](https://github.com/libretro/dosbox-libretro/blob/master/COPYING) | |
97-
| [Doukutsu Rust](../library/doukutsu-rust.md) | [MIT](https://github.com/DrGlaucous/doukutsu-rs-nm/blob/retroarch-dev/LICENSE) | |
97+
| [doukutsu-rs](../library/doukutsu-rs.md) | [MIT](https://github.com/DrGlaucous/doukutsu-rs-nm/blob/retroarch-dev/LICENSE) | |
9898
| Dummy Core | [MIT](https://github.com/libretro/libretro-samples/blob/master/license) | |
9999
| Dungeon Crawl Stone Soup | [GPLv2+](https://github.com/libretro/crawl-ref/blob/master/crawl-ref/licence.txt) | |
100100
| EasyRPG | [GPLv3](https://github.com/libretro/easyrpg-libretro/blob/master/COPYING) | |

docs/guides/core-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
| DOSBox-core | DOS | Provides some improvements over the DOSBox-SVN trunk, including native MIDI support, cycle-accurate OPL3 (YMF262) emulation, MT-32 emulation and experimental 3dfx Voodoo support |
5858
| DOSBox-Pure | DOS | A port of DOSBox with a goal of simplicty and ease of use and gameplay. This core includes a streamlined workflow for launching games directly from ZIP archives with automated mapping of controls to gamepads and a native onscreen keyboard. |
5959
| DOSBox-SVN | DOS | This core is based on DOSBox-SVN trunk and allows on-the-fly configuration and different sync methods |
60-
| [Doukutsu Rust](../library/doukutsu-rust.md) | Game engine | An open-source reimplementation of the Cave Story engine compatible with all official (and some unofficial) releases of Cave Story |
60+
| [doukutsu-rs](../library/doukutsu-rs.md) | Game engine | An open-source reimplementation of the Cave Story engine compatible with all official (and some unofficial) releases of Cave Story |
6161
| DuckStation | Sony PlayStation | |
6262
| Dungeon Crawl Stone Soup | Game | A preliminary port of the Dungeon Crawl Stone Soup strategy game |
6363
| EasyRPG | RPG Maker 2000/2003 | |

docs/library/doukutsu-rust.md renamed to docs/library/doukutsu-rs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Doukutsu Rust
1+
# doukutsu-rs
22

33
*This article primarily outlines the retroarch-specific features of this core. For a general feature-list and how-to for d-rs, please see the readme in the [Upstream Repository](https://github.com/doukutsu-rs/doukutsu-rs/).*
44

5-
<center> ![](../image/core/doukutsu-rust/drs-libretro.png) </center>
5+
<center> ![](../image/core/doukutsu-rs/drs-libretro.png) </center>
66

77
## Background
88

9-
Doukutsu Rust *(often abbreviated d-rs)* is a modern and accurate re-implementation of the Cave Story Engine designed to be a drop-in replacement for all official and most fan ports, including:
9+
Doukutsu-rs *(often abbreviated d-rs)* is a modern and accurate re-implementation of the Cave Story Engine designed to be a drop-in replacement for all official and most fan ports, including:
1010

1111
- CS Freeware
1212
- Cave Story+
@@ -60,7 +60,7 @@ The game should begin playing.
6060

6161
These versions of Cave Story don't have an executable bundled with the `data` folder. D-rs can load this just fine, but it needs to know *where* to find it, which requires the creation of a "dummy" executable next to the data folder.
6262

63-
<center> ![](../image/core/doukutsu-rust/dummy-target.png) </center>
63+
<center> ![](../image/core/doukutsu-rs/dummy-target.png) </center>
6464

6565
1. Grab your CS-Switch or CS-Wiiware install and place it where you can navigate to it from retroarch.
6666
2. In the folder that contains the `data` folder *(not INSIDE the data folder, but next to it)*, create an empty file with the `.exe` extension. Name doesn't matter, (example: `Target.exe`)
@@ -146,7 +146,7 @@ Depending on the `Core Options` (see below), the game's screen ratio can be chan
146146
- **GOD Mode (Invincibility)** - Player cannot take damage. `Disabled|Enabled`
147147
- **Infinite Booster** - Gives the player the jetpack without a fuel limit. `Disabled|Enabled`
148148
- **Noclip** - Allows the player to float through the map without tile or NPC collision. `Disabled|Enabled`
149-
- **More Rust** - Turns Sue into the d-rs mascot (![](../image/core/doukutsu-rust/more-rust.png){ width="16" height="16" }). `Disabled|Enabled`
149+
- **More Rust** - Turns Sue into the d-rs mascot (![](../image/core/doukutsu-rs/more-rust.png){ width="16" height="16" }). `Disabled|Enabled`
150150

151151

152152
## User 1-2 device types
@@ -197,4 +197,4 @@ Rumble can also be disabled within the core's settings menu.
197197

198198
## (Related cores)
199199

200-
- [NXEngine](nxengine.md)
200+
- [NXEngine](nxengine.md)

docs/library/nxengine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ The NXEngine core supports the following device type(s) in the controls menu, bo
133133

134134
## (Related cores)
135135

136-
- [Doukutsu Rust](doukutsu-rust.md)
136+
- [doukutsu-rs](doukutsu-rs.md)

docs/meta/see-also.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ This is a list of cores that are related to each other in some way.
173173

174174
## Cave Story
175175

176-
- [D-RS](../library/doukutsu-rust.md)
176+
- [d-rs](../library/doukutsu-rs.md)
177177
- [NXEngine](../library/nxengine.md)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ nav:
275275
- '2048': 'library/2048.md'
276276
- '3D Engine': 'library/3d_engine.md'
277277
- 'Anarch': 'library/anarch.md'
278-
- 'Cave Story (Doukutsu Rust)': 'library/doukutsu-rust.md'
278+
- 'Cave Story (doukutsu-rs)': 'library/doukutsu-rs.md'
279279
- 'Cave Story (NXEngine)': 'library/nxengine.md'
280280
- 'Cannonball': 'library/cannonball.md'
281281
- 'ChaiLove': 'library/chailove.md'

0 commit comments

Comments
 (0)