forked from studyhog/deck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemulation.js
More file actions
161 lines (161 loc) · 6.51 KB
/
Copy pathemulation.js
File metadata and controls
161 lines (161 loc) · 6.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
export const EMULATION_RESOURCES = [
{
"title": "Emudeck",
"link": "https://github.com/dragoonDorise/EmuDeck",
"type": "repo",
"description": "EmuDeck is a collection of scripts that allows you to autoconfigure your Steam Deck, it creates your roms directory structure and downloads all of the needed Emulators for you along with the best configurations for each of them. EmuDeck works great with Steam Rom Manager or with EmulationStation DE.",
"badges": [
{
"alt": "GitHub Watchers",
"src": "https://img.shields.io/github/watchers/dragoonDorise/EmuDeck?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/dragoonDorise/EmuDeck?style=social"
},
{
"alt": "GitHub Stars",
"src": "https://img.shields.io/github/stars/dragoonDorise/EmuDeck?style=social"
},
],
},
{
"title": "EmulationStation DE",
"link": "https://gitlab.com/es-de/emulationstation-de",
"type": "repo",
"description": "EmulationStation Desktop Edition is a frontend for browsing and launching games from your multi-platform game collection.",
"badges": [
{
"alt": "GitLab contributors",
"src": "https://img.shields.io/gitlab/v/contributor/es-de/emulationstation-de"
}
],
},
{
"title": "PPSSPP",
"link": "https://github.com/hrydgard/ppsspp",
"type": "repo",
"description": "A PSP emulator for Android, Windows, Mac and Linux, written in C++.",
"badges": [
{
"alt": "GitHub Watchers",
"src": "https://img.shields.io/github/watchers/hrydgard/ppsspp?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/hrydgard/ppsspp?style=social"
},
{
"alt": "GitHub Stars",
"src": "https://img.shields.io/github/stars/hrydgard/ppsspp?style=social"
},
]
},
{
"title": "RetroDECK",
"link": "https://retrodeck.net",
"type": "link",
"description": "Inspired by Batocera, RetroPie and AmberELEC, RetroDECK brings an environment to catalog and play your retro games directly to SteamOS and it's tailored specifically for the Steam Deck.",
"badges": [
{
"alt": "GitHub Watchers",
"src": "https://img.shields.io/github/watchers/XargonWan/RetroDECK?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/XargonWan/RetroDECK?style=social"
},
{
"alt": "GitHub Stars",
"src": "https://img.shields.io/github/stars/XargonWan/RetroDECK?style=social"
},
]
},
{
"title": "RPCS3",
"link": "https://github.com/RPCS3/rpcs3",
"type": "repo",
"description": "The world's first free and open-source PlayStation 3 emulator/debugger, written in C++ for Windows and Linux.",
"badges": [
{
"alt": "GitHub Watchers",
"src": "https://img.shields.io/github/watchers/RPCS3/rpcs3?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/RPCS3/rpcs3?style=social"
},
{
"alt": "GitHub Stars",
"src": "https://img.shields.io/github/stars/RPCS3/rpcs3?style=social"
},
]
},
{
"title": "Xemu",
"link": "https://github.com/mborgerson/xemu",
"type": "repo",
"description": "Original Xbox Emulator for Windows, macOS, and Linux (Active Development)",
"badges": [
{
"alt": "GitHub Watchers",
"src": "https://img.shields.io/github/watchers/mborgerson/xemu?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/mborgerson/xemu?style=social"
},
{
"alt": "GitHub Stars",
"src": "https://img.shields.io/github/stars/mborgerson/xemu?style=social"
},
]
},
{
"title": "Lindbergh Loader",
"link": "https://github.com/lindbergh-loader/lindbergh-loader",
"type": "repo",
"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/lindbergh-loader/lindbergh-loader?style=social"
},
{
"alt": "GitHub Forks",
"src": "https://img.shields.io/github/forks/lindbergh-loader/lindbergh-loader?style=social"
},
{
"alt": "GitHub Stars",
"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"
},
]
}
]