Added supported Amiga file extensions - closes [Request] Add M3U support for the Amiga (and probably other platforms too) #713 (#786)

This commit is contained in:
Michael Green 2024-03-01 02:41:59 +11:00 committed by GitHub
parent 065e37342a
commit ae0ea3cc99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,7 @@ class EmulatorJS {
'picodrive': ['bin', 'gen', 'smd', 'md', '32x', 'cue', 'iso', 'sms', '68k', 'chd'],
'ppsspp': ['elf', 'iso', 'cso', 'prx', 'pbp'],
'prosystem': ['a78', 'bin'],
'puae': ['adf', 'adz', 'dms', 'fdi', 'ipf', 'raw', 'hdf', 'hdz', 'lha', 'slave', 'info', 'cue', 'ccd', 'chd', 'nrg', 'mds', 'iso', 'uae', 'm3u', 'zip', '7z'],
'smsplus': ['m3u', 'mdx', 'md', 'smd', 'gen', 'bin', 'cue', 'iso', 'chd', 'bms', 'sms', 'gg', 'sg', '68k', 'sgd'],
'snes9x': ['smc', 'sfc', 'swc', 'fig', 'bs', 'st'],
'stella2014': ['a26', 'bin', 'zip'],