Core: Move config enums to separate file.

These are a bit strewn about and there are constants that aren't
consistently used, which just adds confusion.
This commit is contained in:
Unknown W. Brackets
2018-06-23 10:59:18 -07:00
parent dc840c077d
commit b4496f1975
55 changed files with 129 additions and 49 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "AndroidJavaGLContext.h"
#include "base/NativeApp.h"
#include "gfx_es2/gpu_features.h"
#include "Core/ConfigValues.h"
#include "Core/System.h"
AndroidJavaEGLGraphicsContext::AndroidJavaEGLGraphicsContext() {