summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-06 18:01:55 +0100
committerYorhel <git@yorhel.nl>2020-03-06 18:01:55 +0100
commitbc42f3743b000f4ed85fb8e7330cf1a3fddfdbdc (patch)
tree6262ed98910f23f160d9fa359ade730190843c89 /lib/VNDB
parentd9bccf27a73029eca6af431739e2679c6c6a547e (diff)
Types: Yeah, lets put DOS in the alphabetic part of the platform list
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Types.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index 99642b84..c84a43a2 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -63,13 +63,13 @@ hash LANGUAGE =>
# The 'unk' platform is used to mean "Unknown" in various places (not in the DB).
hash PLATFORM =>
win => 'Windows',
- dos => 'DOS',
lin => 'Linux',
mac => 'Mac OS',
web => 'Website',
ios => 'Apple iProduct',
and => 'Android',
bdp => 'Blu-ray Player',
+ dos => 'DOS',
dvd => 'DVD Player',
drc => 'Dreamcast',
nes => 'Famicon',