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

View File

@@ -0,0 +1,7 @@
extern "C" {
#include "ll_system.h"
}
bool ll_system_init() {
return true;
}