Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 33 additions & 6 deletions src/data/emulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]
}
]
8 changes: 8 additions & 0 deletions src/data/rom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
]
}
]
20 changes: 20 additions & 0 deletions src/data/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
],
}
]
Loading