init log before everything else, use WMI to read machine and system info, rtt fixed on Samsung A3, try to create different EGL context config

This commit is contained in:
2017-04-02 15:02:45 +01:00
parent 0dfb458c71
commit b6c9429b89
8 changed files with 241 additions and 24 deletions

View File

@@ -38,6 +38,7 @@ public:
#else
float zoom = 1.0;
#endif // __ANDROID__
void initLog();
void init();
void initShaders();
void initAssets();