qt: switch to polling for status bar updating

This commit is contained in:
Adrien Moulin
2022-07-13 01:04:01 +02:00
parent 30479fc3b9
commit 24ee676b13
11 changed files with 242 additions and 99 deletions

View File

@@ -96,6 +96,7 @@
#include <86box/thread.h>
#include <86box/version.h>
#include <86box/gdbstub.h>
#include <86box/machine_status.h>
// Disable c99-designator to avoid the warnings about int ng
#ifdef __clang__
@@ -891,6 +892,8 @@ pc_init_modules(void)
video_reset_close();
machine_status_init();
return(1);
}