-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c9332e
commit ffa43e2
Showing
3 changed files
with
26 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"dc": "Sega Dreamcast", | ||
"n64": "Nintendo 64", | ||
"nes": "Nintendo Entertainment System / Famicom", | ||
"ngc": "Nintendo GameCube", | ||
"nsw": "Nintendo Switch", | ||
"ps1": "Sony PlayStation 1", | ||
"ps2" : "Sony PlayStation 2", | ||
"ps3" : "Sony PlayStation 3", | ||
"ps4" : "Sony PlayStation 4", | ||
"ps5" : "Sony PlayStation 5", | ||
"xbox" : "Xbox", | ||
"xb360" : "Xbox 360", | ||
"xb1" : "Xbox One", | ||
"xbs" : "Xbox Series X|S", | ||
"nes" : "Nintendo Entertainment System / Famicom", | ||
"snes" : "Super Nintendo Entertainment System / Super Famicom", | ||
"n64" : "Nintendo 64", | ||
"ngc" : "Nintendo GameCube", | ||
"wii" : "Nintendo Wii", | ||
"wiiu" : "Nintendo Wii U", | ||
"nsw" : "Nintendo Switch", | ||
"smd" : "Sega Mega Drive / Sega Genesis", | ||
"saturn" : "Sega Saturn", | ||
"dc" : "Sega Dreamcast" | ||
"ps2": "Sony PlayStation 2", | ||
"ps3": "Sony PlayStation 3", | ||
"ps4": "Sony PlayStation 4", | ||
"ps5": "Sony PlayStation 5", | ||
"saturn": "Sega Saturn", | ||
"smd": "Sega Mega Drive / Sega Genesis", | ||
"snes": "Super Nintendo Entertainment System / Super Famicom", | ||
"wii": "Nintendo Wii", | ||
"wiiu": "Nintendo Wii U", | ||
"xb1": "Xbox One", | ||
"xb360": "Xbox 360", | ||
"xbox": "Xbox", | ||
"xbs": "Xbox Series X|S" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters