From ae0ea3cc99f67850c83a93ce958fbc4840386572 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:41:59 +1100 Subject: [PATCH] Added supported Amiga file extensions - closes [Request] Add M3U support for the Amiga (and probably other platforms too) #713 (#786) --- data/emulator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/emulator.js b/data/emulator.js index 27372a8..f420fd1 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -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'],