diff --git a/docs/development/licenses.md b/docs/development/licenses.md index 5cf41f47e..bfe313d9d 100644 --- a/docs/development/licenses.md +++ b/docs/development/licenses.md @@ -94,7 +94,7 @@ See below for a summary of the licenses behind RetroArch and its cores: | Dolphin | [GPLv2](https://github.com/dolphin-emu/dolphin/blob/master/license.txt) | | | DOSBox | [GPLv2](https://github.com/libretro/dosbox-libretro/blob/master/COPYING) | | | DOSBox Pure | [GPLv2](https://github.com/libretro/dosbox-libretro/blob/master/COPYING) | | -| [Doukutsu Rust](../library/doukutsu-rust.md) | [MIT](https://github.com/DrGlaucous/doukutsu-rs-nm/blob/retroarch-dev/LICENSE) | | +| [doukutsu-rs](../library/doukutsu-rs.md) | [MIT](https://github.com/DrGlaucous/doukutsu-rs-nm/blob/retroarch-dev/LICENSE) | | | Dummy Core | [MIT](https://github.com/libretro/libretro-samples/blob/master/license) | | | Dungeon Crawl Stone Soup | [GPLv2+](https://github.com/libretro/crawl-ref/blob/master/crawl-ref/licence.txt) | | | EasyRPG | [GPLv3](https://github.com/libretro/easyrpg-libretro/blob/master/COPYING) | | diff --git a/docs/guides/core-list.md b/docs/guides/core-list.md index 5fc3db7b5..fe9637830 100644 --- a/docs/guides/core-list.md +++ b/docs/guides/core-list.md @@ -57,7 +57,7 @@ | 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 | | 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. | | DOSBox-SVN | DOS | This core is based on DOSBox-SVN trunk and allows on-the-fly configuration and different sync methods | -| [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 | +| [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 | | DuckStation | Sony PlayStation | | | Dungeon Crawl Stone Soup | Game | A preliminary port of the Dungeon Crawl Stone Soup strategy game | | EasyRPG | RPG Maker 2000/2003 | | diff --git a/docs/image/core/doukutsu-rust/drs-libretro.png b/docs/image/core/doukutsu-rs/drs-libretro.png similarity index 100% rename from docs/image/core/doukutsu-rust/drs-libretro.png rename to docs/image/core/doukutsu-rs/drs-libretro.png diff --git a/docs/image/core/doukutsu-rust/dummy-target.png b/docs/image/core/doukutsu-rs/dummy-target.png similarity index 100% rename from docs/image/core/doukutsu-rust/dummy-target.png rename to docs/image/core/doukutsu-rs/dummy-target.png diff --git a/docs/image/core/doukutsu-rust/more-rust.png b/docs/image/core/doukutsu-rs/more-rust.png similarity index 100% rename from docs/image/core/doukutsu-rust/more-rust.png rename to docs/image/core/doukutsu-rs/more-rust.png diff --git a/docs/library/doukutsu-rust.md b/docs/library/doukutsu-rs.md similarity index 95% rename from docs/library/doukutsu-rust.md rename to docs/library/doukutsu-rs.md index 4a38306ff..fa2609009 100644 --- a/docs/library/doukutsu-rust.md +++ b/docs/library/doukutsu-rs.md @@ -1,12 +1,12 @@ -# Doukutsu Rust +# doukutsu-rs *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/).* -