From 05c13621c0c2457d69323ca9e93d365bb6e829ed Mon Sep 17 00:00:00 2001 From: gouchi Date: Tue, 26 Sep 2023 17:18:18 +0200 Subject: [PATCH] Update developing-cores.md Add one step about Libretro database. --- docs/development/cores/developing-cores.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/cores/developing-cores.md b/docs/development/cores/developing-cores.md index 410de94a40..ded605868a 100644 --- a/docs/development/cores/developing-cores.md +++ b/docs/development/cores/developing-cores.md @@ -178,4 +178,5 @@ There are several steps before your core can be available to user via the Online 2. Add [.gitlab-ci.yml](https://github.com/search?q=org%3Alibretro+.gitlab-ci.yml&type=commits) to the root directory of your source code so it can be added to Libretro CI/CD. 3. If you want your core to be compatible with [RetroArch's playlist](/guides/roms-playlists-thumbnails) : - Add at least icons playlist and content for your core in [RetroArch assets repository](https://github.com/libretro/retroarch-assets/tree/master/src/xmb/monochrome) - 4. Add documentation of your core following the instructions in [libretro-docs](https://github.com/libretro/docs#adding-a-new-core). \ No newline at end of file + - Add your games to [Libretro database](https://github.com/libretro/libretro-database). + 4. Add documentation of your core following the instructions in [libretro-docs](https://github.com/libretro/docs#adding-a-new-core).