Skip to content

Commit a4a2c85

Browse files
authored
Merge pull request #78 from jcchikikomori/feature/Emulation
Emulation updates
2 parents 266f820 + 32e9323 commit a4a2c85

3 files changed

Lines changed: 61 additions & 6 deletions

File tree

src/data/emulation.js

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,50 @@ export const EMULATION_RESOURCES = [
112112
]
113113
},
114114
{
115-
"title": "Yuzu",
116-
"link": "https://github.com/yuzu-emu/yuzu",
115+
"title": "Lindbergh Loader",
116+
"link": "https://github.com/lindbergh-loader/lindbergh-loader",
117117
"type": "repo",
118-
"description": "Nintendo Switch Emulator",
118+
"description": "Lindbergh Loader is a tool to launch Sega Lindbergh arcade games on PC hardware.",
119119
"badges": [
120120
{
121121
"alt": "GitHub Watchers",
122-
"src": "https://img.shields.io/github/watchers/yuzu-emu/yuzu?style=social"
122+
"src": "https://img.shields.io/github/watchers/lindbergh-loader/lindbergh-loader?style=social"
123123
},
124124
{
125125
"alt": "GitHub Forks",
126-
"src": "https://img.shields.io/github/forks/yuzu-emu/yuzu?style=social"
126+
"src": "https://img.shields.io/github/forks/lindbergh-loader/lindbergh-loader?style=social"
127127
},
128128
{
129129
"alt": "GitHub Stars",
130-
"src": "https://img.shields.io/github/stars/yuzu-emu/yuzu?style=social"
130+
"src": "https://img.shields.io/github/stars/lindbergh-loader/lindbergh-loader?style=social"
131131
},
132132
]
133133
},
134+
{
135+
"title": "Eden",
136+
"link": "https://git.eden-emu.dev/eden-emu/eden",
137+
"type": "repo",
138+
"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.",
139+
"badges": []
140+
},
141+
{
142+
"title": "Flycast",
143+
"link": "https://github.com/flyinghead/flycast",
144+
"type": "repo",
145+
"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.",
146+
"badges": [
147+
{
148+
"alt": "GitHub Watchers",
149+
"src": "https://img.shields.io/github/watchers/flyinghead/flycast?style=social"
150+
},
151+
{
152+
"alt": "GitHub Forks",
153+
"src": "https://img.shields.io/github/forks/flyinghead/flycast?style=social"
154+
},
155+
{
156+
"alt": "GitHub Stars",
157+
"src": "https://img.shields.io/github/stars/flyinghead/flycast?style=social"
158+
},
159+
]
160+
}
134161
]

src/data/rom.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@ export const ROM_RESOURCES = [
1818
"src": "https://img.shields.io/github/stars/SteamGridDB/steam-rom-manager?style=social"
1919
},
2020
]
21+
},
22+
{
23+
"title": "r/ROMs Megathread",
24+
"link": "https://r-roms.github.io/",
25+
"type": "link",
26+
"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.",
27+
"badges": [
28+
]
2129
}
2230
]

src/data/script.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,24 @@ export const SCRIPT_RESOURCES = [
2828
// Shields.io doesn't seem to support gists yet.
2929
],
3030
},
31+
{
32+
"title": "SteamOS Android Waydroid Installer",
33+
"link": "https://github.com/ryanrudolfoba/SteamOS-Waydroid-Installer",
34+
"type": "repo",
35+
"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.",
36+
"badges": [
37+
{
38+
"alt": "GitHub Watchers",
39+
"src": "https://img.shields.io/github/watchers/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social"
40+
},
41+
{
42+
"alt": "GitHub Forks",
43+
"src": "https://img.shields.io/github/forks/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social"
44+
},
45+
{
46+
"alt": "GitHub Stars",
47+
"src": "https://img.shields.io/github/stars/ryanrudolfoba/SteamOS-Waydroid-Installer?style=social"
48+
},
49+
],
50+
}
3151
]

0 commit comments

Comments
 (0)