Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for SpiderHeck #146

Merged
merged 4 commits into from
Jul 22, 2024
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Legend: ✅ Confirmed working, ❔ Unconfirmed, - Not available in the store
| Remnant 2 | ✅ | ❔ |
| Remnant: From the Ashes | ❔ | ❔ |
| Solar Ash | ✅ | ❔ |
| SpiderHeck | ✅ | ❔ |
| Starfield | ✅ | - |
| State of Decay 2 | ❔ | ❔ |
| Totally Accurate Battle Simulator | ✅ | - |
Expand Down
13 changes: 9 additions & 4 deletions games.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
},
// 1cnf-folder
// Each container represents one folder.
{
"name": "Ninja Gaiden Sigma",
"package": "946B6A6E.NINJAGAIDENSIGMA_dkffhzhmh6pmy",
"handler": "1cnf-folder"
},
{
"name": "Persona 5 Royal",
"package": "SEGAofAmericaInc.F0cb6b3aer_s751p9cej88mt",
Expand All @@ -149,13 +154,13 @@
"handler": "1cnf-folder"
},
{
"name": "Wo Long: Fallen Dynasty",
"package": "946B6A6E.WoLongFallenDynasty_dkffhzhmh6pmy",
"name": "SpiderHeck",
"package": "tinyBuildGames.SpiderHeck_3sz1pp2ynv2xe",
"handler": "1cnf-folder"
},
{
"name": "Ninja Gaiden Sigma",
"package": "946B6A6E.NINJAGAIDENSIGMA_dkffhzhmh6pmy",
"name": "Wo Long: Fallen Dynasty",
"package": "946B6A6E.WoLongFallenDynasty_dkffhzhmh6pmy",
"handler": "1cnf-folder"
},
// Yakuza / Like a Dragon games
Expand Down