| 312 | } |
| 313 | |
| 314 | void EmuThread::test(const QString &config, bool run) { |
| 315 | m_autotesterPath = config; |
| 316 | m_autotesterRun = run; |
| 317 | req(RequestAutoTester); |
| 318 | } |
| 319 | |
| 320 | void EmuThread::save(emu_data_t fileType, const QString &filePath) { |
| 321 | m_savePath = filePath; |