Added more tft functions to common and emulator. Fixed eventloop.
This commit is contained in:
7
emulator/qt/ll_system.cpp
Normal file
7
emulator/qt/ll_system.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
extern "C" {
|
||||
#include "ll_system.h"
|
||||
}
|
||||
|
||||
bool ll_system_init() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user