]> gitweb.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
qt: restart from in-memory runtime config
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 21 Jun 2026 18:39:40 +0000 (11:39 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 21:00:11 +0000 (14:00 -0700)
commitf7d3e708ed4d789e8673cdc22fa46ff2636cfb2e
tree6d914e6b283891d31921faae7cb59970706292e5
parent49889a1ed6abed6c8f2097e45e554f66efc57896
qt: restart from in-memory runtime config

Stop writing a temporary runtime .uae file just to reopen the Qt

properties dialog. Serialize prefs to an in-memory WinUAE config

snapshot, pass the displayed config path separately, and return the

selected config path to the Unix bridge.
od-unix/gui.cpp
od-unix/qt/config.cpp
od-unix/qt/config.h
od-unix/qt/launcher.cpp
od-unix/qt/launcher.h
od-unix/qt/launcher_bridge.cpp
od-unix/qt/launcher_bridge.h