…And fixed a typo that was somehow made during the process of cutting-and-pasting.
This commit is contained in:
parent
bce423e877
commit
269ac637d3
|
@ -174,7 +174,7 @@ push {r4,r5,r8,r9,lr}
|
|||
#ifdef TARGET_IPHONE
|
||||
ldr r8,Xarm_Reg @load cntx
|
||||
ldr r4,XEntryPoints @load lookup base
|
||||
#else
|
||||
#else
|
||||
ldr r8,=arm_Reg @load cntx
|
||||
ldr r4,=EntryPoints @load lookup base
|
||||
#endif
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <OpenGLES/ES2/gl.h>
|
||||
#include <OpenGLES/ES2/glext.h>
|
||||
#else
|
||||
#include <EGL/egl.h
|
||||
#include <EGL/egl.h>
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue