()
| 291 | this.functions.simulateInput(player, index, value); |
| 292 | } |
| 293 | getFileNames() { |
| 294 | if (this.EJS.getCore() === "picodrive") { |
| 295 | return ["bin", "gen", "smd", "md", "32x", "cue", "iso", "sms", "68k", "chd"]; |
| 296 | } else { |
| 297 | return ["toc", "ccd", "exe", "pbp", "chd", "img", "bin", "iso"]; |
| 298 | } |
| 299 | } |
| 300 | createCueFile(fileNames) { |
| 301 | try { |
| 302 | if (fileNames.length > 1) { |