waver : minor data race fix + back to separate Core thread

This commit is contained in:
Georgi Gerganov
2021-01-08 19:24:46 +02:00
parent cd1b03d617
commit 38336a9f1c
3 changed files with 66 additions and 21 deletions

View File

@@ -2,8 +2,11 @@
#include "ggwave-common-sdl2.h"
#include <thread>
#include <vector>
std::thread initMainAndRunCore();
void initMain();
void updateCore();
void renderMain();