mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Finish the Qt main menu
This commit is contained in:
@@ -109,7 +109,6 @@ int main(int argc, char* argv[]) {
|
||||
onesec.start(1000);
|
||||
|
||||
/* Initialize the rendering window, or fullscreen. */
|
||||
QTimer::singleShot(50, []() { plat_resize(640, 480); } );
|
||||
auto main_thread = std::thread([] {
|
||||
main_thread_fn();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user