mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Updated some system name comments in PlatformId.
This commit is contained in:
parent
07238045c5
commit
960677d9b1
|
@ -17,7 +17,7 @@ namespace PlatformIds
|
||||||
std::vector<std::string> platformNames {
|
std::vector<std::string> platformNames {
|
||||||
"unknown", // Nothing set.
|
"unknown", // Nothing set.
|
||||||
|
|
||||||
"3do", // 3DO
|
"3do", // 3DO Interactive Multiplayer
|
||||||
"ags", // Adventure Game Studio game engine
|
"ags", // Adventure Game Studio game engine
|
||||||
"amiga", // Commodore Amiga
|
"amiga", // Commodore Amiga
|
||||||
"amigacd32", // Commodore Amiga CD32
|
"amigacd32", // Commodore Amiga CD32
|
||||||
|
@ -37,19 +37,19 @@ namespace PlatformIds
|
||||||
"atarilynx", // Atari Lynx
|
"atarilynx", // Atari Lynx
|
||||||
"atarist", // Atari ST/STE/Falcon
|
"atarist", // Atari ST/STE/Falcon
|
||||||
"atarixe", // Atari XE
|
"atarixe", // Atari XE
|
||||||
"atomiswave", // Atomiswave
|
"atomiswave", // Sammy Corporation Atomiswave
|
||||||
"bbcmicro", // BBC Micro
|
"bbcmicro", // Acorn Computers BBC Micro
|
||||||
"c64", // Commodore 64
|
"c64", // Commodore 64
|
||||||
"cavestory", // Cave Story (NXEngine)
|
"cavestory", // Cave Story (NXEngine)
|
||||||
"cdimono1", // Philips CD-i
|
"cdimono1", // Philips CD-i
|
||||||
"cdtv", // Commodore CDTV
|
"cdtv", // Commodore CDTV
|
||||||
"channelf", // Fairchild Channel F
|
"channelf", // Fairchild Channel F
|
||||||
"coco", // Tandy Color Computer
|
"coco", // Tandy Color Computer
|
||||||
"colecovision", // ColecoVision
|
"colecovision", // Coleco ColecoVision
|
||||||
"crvision", // VTech CreatiVision
|
"crvision", // VTech CreatiVision
|
||||||
"daphne", // Daphne Arcade Laserdisc Emulator
|
"daphne", // Daphne Arcade Laserdisc Emulator
|
||||||
"dos", // DOS (PC)
|
"dos", // DOS (PC)
|
||||||
"dragon32", // Dragon 32
|
"dragon32", // Dragon Data Dragon 32
|
||||||
"dreamcast", // Sega Dreamcast
|
"dreamcast", // Sega Dreamcast
|
||||||
"easyrpg", // EasyRPG eame engine
|
"easyrpg", // EasyRPG eame engine
|
||||||
"famicom", // Nintendo Family Computer
|
"famicom", // Nintendo Family Computer
|
||||||
|
@ -88,12 +88,12 @@ namespace PlatformIds
|
||||||
"ngp", // SNK Neo Geo Pocket
|
"ngp", // SNK Neo Geo Pocket
|
||||||
"ngpc", // SNK Neo Geo Pocket Color
|
"ngpc", // SNK Neo Geo Pocket Color
|
||||||
"odyssey2", // Magnavox Odyssey2
|
"odyssey2", // Magnavox Odyssey2
|
||||||
"openbor", // OpenBOR game engine
|
"openbor", // OpenBOR Game Engine
|
||||||
"oric", // Tangerine Computer Systems Oric
|
"oric", // Tangerine Computer Systems Oric
|
||||||
"palm", // Palm OS
|
"palm", // Palm OS
|
||||||
"pc", // IBM PC
|
"pc", // IBM PC
|
||||||
"pc88", // NEC PC-8800 series
|
"pc88", // NEC PC-8800 Series
|
||||||
"pc98", // NEC PC-9800 series
|
"pc98", // NEC PC-9800 Series
|
||||||
"pcengine", // NEC PC Engine / TurboGrafx-16
|
"pcengine", // NEC PC Engine / TurboGrafx-16
|
||||||
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
|
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
|
||||||
"pcfx", // NEC PC-FX
|
"pcfx", // NEC PC-FX
|
||||||
|
@ -107,7 +107,7 @@ namespace PlatformIds
|
||||||
"psvita", // Sony PlayStation Vita
|
"psvita", // Sony PlayStation Vita
|
||||||
"psx", // Sony PlayStation 1
|
"psx", // Sony PlayStation 1
|
||||||
"residualvm", // ResidualVM game engine
|
"residualvm", // ResidualVM game engine
|
||||||
"samcoupe", // SAM Coupé
|
"samcoupe", // MGT SAM Coupé
|
||||||
"satellaview", // Nintendo Satellaview
|
"satellaview", // Nintendo Satellaview
|
||||||
"saturn", // Sega Saturn
|
"saturn", // Sega Saturn
|
||||||
"scummvm", // ScummVM game engine
|
"scummvm", // ScummVM game engine
|
||||||
|
@ -126,8 +126,8 @@ namespace PlatformIds
|
||||||
"ti99", // Texas Instruments TI-99
|
"ti99", // Texas Instruments TI-99
|
||||||
"tic80", // TIC-80 game engine
|
"tic80", // TIC-80 game engine
|
||||||
"trs-80", // Tandy TRS-80
|
"trs-80", // Tandy TRS-80
|
||||||
"uzebox", // Uzebox
|
"uzebox", // Uzebox Open Source Console
|
||||||
"vectrex", // Vectrex
|
"vectrex", // Smith Engineering Vectrex
|
||||||
"vic20", // Commodore VIC-20
|
"vic20", // Commodore VIC-20
|
||||||
"videopac", // Philips Videopac G7000 (Magnavox Odyssey2)
|
"videopac", // Philips Videopac G7000 (Magnavox Odyssey2)
|
||||||
"virtualboy", // Nintendo Virtual Boy
|
"virtualboy", // Nintendo Virtual Boy
|
||||||
|
|
Loading…
Reference in a new issue