mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix
This commit is contained in:
parent
6b829c9cde
commit
05d4caeeaf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void cInterfaceEGL::DetectMode() {
|
||||||
|
|
||||||
static const char *renderable_names[3] = {
|
static const char *renderable_names[3] = {
|
||||||
"OpenGL", "OpenGL ES 3", "OpenGL ES 2"
|
"OpenGL", "OpenGL ES 3", "OpenGL ES 2"
|
||||||
}
|
};
|
||||||
|
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
int renderable_type = renderable_types[i];
|
int renderable_type = renderable_types[i];
|
||||||
|
|
Loading…
Add table
Reference in a new issue