Browse Source

Add multi-platform to game releases

spaghetti 7 years ago
parent
commit
fdd7e525ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/config.template

+ 1
- 1
classes/config.template View File

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

Loading…
Cancel
Save