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