MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / stateToPath

Method stateToPath

gui/qt/mainwindow.cpp:1287–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287void MainWindow::stateToPath(const QString &path) {
1288 emu.save(EMU_DATA_IMAGE, appDir().absoluteFilePath(path));
1289}
1290
1291void MainWindow::stateFromPath(const QString &path) {
1292 QString prev = m_pathImage;

Callers

nothing calls this directly

Calls 2

appDirFunction · 0.85
saveMethod · 0.80

Tested by

no test coverage detected