Added more tft functions to common and emulator. Fixed eventloop.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "system.h"
|
||||
#include "ll_system.h"
|
||||
|
||||
|
||||
bool system_init() {
|
||||
return ll_system_init();
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
bool system_init();
|
||||
Reference in New Issue
Block a user