diff --git a/src/data/emulation.js b/src/data/emulation.js index 484e76b..5a305ba 100644 --- a/src/data/emulation.js +++ b/src/data/emulation.js @@ -112,23 +112,50 @@ export const EMULATION_RESOURCES = [ ] }, { - "title": "Yuzu", - "link": "https://github.com/yuzu-emu/yuzu", + "title": "Lindbergh Loader", + "link": "https://github.com/lindbergh-loader/lindbergh-loader", "type": "repo", - "description": "Nintendo Switch Emulator", + "description": "Lindbergh Loader is a tool to launch Sega Lindbergh arcade games on PC hardware.", "badges": [ { "alt": "GitHub Watchers", - "src": "https://img.shields.io/github/watchers/yuzu-emu/yuzu?style=social" + "src": "https://img.shields.io/github/watchers/lindbergh-loader/lindbergh-loader?style=social" }, { "alt": "GitHub Forks", - "src": "https://img.shields.io/github/forks/yuzu-emu/yuzu?style=social" + "src": "https://img.shields.io/github/forks/lindbergh-loader/lindbergh-loader?style=social" }, { "alt": "GitHub Stars", - "src": "https://img.shields.io/github/stars/yuzu-emu/yuzu?style=social" + "src": "https://img.shields.io/github/stars/lindbergh-loader/lindbergh-loader?style=social" }, ] }, + { + "title": "Eden", + "link": "https://git.eden-emu.dev/eden-emu/eden", + "type": "repo", + "description": "Eden is an open-source Nintendo Switch emulator, forked from the Yuzu emulator — started by former Citron developer Camille LaVey and the Eden team. It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android.", + "badges": [] + }, + { + "title": "Flycast", + "link": "https://github.com/flyinghead/flycast", + "type": "repo", + "description": "Flycast is a multi-platform Sega Dreamcast, Naomi, and Atomiswave emulator based on the popular Reicast project. It supports a wide variety of platforms including Windows, Linux, macOS, Android, and iOS.", + "badges": [ + { + "alt": "GitHub Watchers", + "src": "https://img.shields.io/github/watchers/flyinghead/flycast?style=social" + }, + { + "alt": "GitHub Forks", + "src": "https://img.shields.io/github/forks/flyinghead/flycast?style=social" + }, + { + "alt": "GitHub Stars", + "src": "https://img.shields.io/github/stars/flyinghead/flycast?style=social" + }, + ] + } ] diff --git a/src/data/rom.js b/src/data/rom.js index fcef372..e13ec60 100644 --- a/src/data/rom.js +++ b/src/data/rom.js @@ -18,5 +18,13 @@ export const ROM_RESOURCES = [ "src": "https://img.shields.io/github/stars/SteamGridDB/steam-rom-manager?style=social" }, ] + }, + { + "title": "r/ROMs Megathread", + "link": "https://r-roms.github.io/", + "type": "link", + "description": "A community-driven database of ROMs, ISOs, and disk images for retro gaming enthusiasts. Modern games (Switch, PS4, Xbox One, etc.) are not available.", + "badges": [ + ] } ] \ No newline at end of file diff --git a/src/data/script.js b/src/data/script.js index 553d31a..99b5166 100644 --- a/src/data/script.js +++ b/src/data/script.js @@ -28,4 +28,24 @@ export const SCRIPT_RESOURCES = [ // Shields.io doesn't seem to support gists yet. ], }, + { + "title": "SteamOS Android Waydroid Installer", + "link": "https://github.com/ryanrudolfoba/SteamOS-Waydroid-Installer", + "type": "repo", + "description": "A collection of tools that is packaged into an easy to use script that is streamlined and tested to work with the Steam Deck running on SteamOS.", + "badges": [ + { + "alt": "GitHub Watchers", + "src": "https://img.shields.io/github/watchers/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social" + }, + { + "alt": "GitHub Forks", + "src": "https://img.shields.io/github/forks/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social" + }, + { + "alt": "GitHub Stars", + "src": "https://img.shields.io/github/stars/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social" + }, + ], + } ] \ No newline at end of file