use a timer for the LGMP host instead of a thread

This commit is contained in:
Geoffrey McRae
2020-04-24 20:34:58 +10:00
parent e7f088ef52
commit fdb9a9cca8
8 changed files with 111 additions and 28 deletions

View File

@@ -26,4 +26,4 @@ bool app_init();
void app_quit();
// these must be implemented for each OS
const char * os_getExecutable();
const char * os_getExecutable();