Skip to content

Commit

Permalink
Update ConsoleID enum (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaos authored Jul 23, 2020
1 parent 56378d5 commit 05a6423
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RA_Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ enum ConsoleID
WIIU = 20,
PlayStation2 = 21,
Xbox = 22,
Events = 23, // not an actual console
MagnavoxOdyssey = 23,
PokemonMini = 24,
Atari2600 = 25,
MSDOS = 26,
Expand Down Expand Up @@ -99,6 +99,13 @@ enum ConsoleID
WonderSwan = 53,
CassetteVision = 54,
SuperCassetteVision = 55,
NeoGeoCD = 56,
FairchildChannelF = 57,
FMTowns = 58,
ZXSpectrum = 59,
GameAndWatch = 60,
NokiaNGage = 61,
Nintendo3DS = 62,

NumConsoleIDs
};
Expand Down

0 comments on commit 05a6423

Please sign in to comment.