Added more tft functions to common and emulator. Fixed eventloop.

This commit is contained in:
t-moe
2015-04-03 17:45:57 +02:00
parent 51089aaba1
commit 1f2af9f2fb
14 changed files with 194 additions and 39 deletions

8
common/system/system.c Normal file
View File

@@ -0,0 +1,8 @@
#include "system.h"
#include "ll_system.h"
bool system_init() {
return ll_system_init();
}