Browse Source

Add 3DS to game platforms

spaghetti 8 years ago
parent
commit
3363b26041
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/config.template

+ 1
- 1
classes/config.template View File

@@ -161,7 +161,7 @@ $CategoryIcons = array('music.png', 'apps.png', 'ebook.png', 'audiobook.png', 'e
161 161
 
162 162
 $Media = array('TV', 'DVD', 'Bluray', 'HD DVD', 'VHS', 'VCD', 'LD', 'Web');
163 163
 $MediaManga = array('Scan', 'Web');
164
-$Platform = array('Windows', 'OS X', 'Linux', 'BSD', 'Flash', 'Java', 'Android', 'iOS');
164
+$Platform = array('Windows', 'OS X', 'Linux', 'BSD', 'Flash', 'Java', 'Android', 'iOS', '3DS');
165 165
 $Containers = array('AVI', 'MKV', 'MP4', 'OGM', 'WMV', 'ISO', 'VOB IFO', 'TS', 'M2TS');
166 166
 $ContainersGames = array('ISO', 'BIN-CUE', 'Installer', 'Loose');
167 167
 $Codecs = array('h264', '10-bit h264', 'XviD', 'DivX', 'WMV', 'DVD5', 'DVD9', 'HEVC', 'MPEG-2');

Loading…
Cancel
Save