(path)
| 132 | this.FS.writeFile(path, data); |
| 133 | } |
| 134 | mkdir(path) { |
| 135 | try { |
| 136 | this.FS.mkdir(path); |
| 137 | } catch(e) {} |
| 138 | } |
| 139 | getRetroArchCfg() { |
| 140 | let cfg = "autosave_interval = 60\n" + |
| 141 | "screenshot_directory = \"/\"\n" + |
no outgoing calls
no test coverage detected