threading part 1

This commit is contained in:
georgemoralis 2023-08-09 10:31:18 +03:00
parent 08bfc06cc9
commit 3e1386666b
4 changed files with 30 additions and 5 deletions

9
src/emulator.cpp Normal file
View file

@ -0,0 +1,9 @@
#include "emulator.h"
namespace Emulator {
void emuInit() {}
void emuRun() {
for (;;) {
}
}
} // namespace emulator