mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 22:26:25 +00:00
Merge pull request #8449 from maximu/patch-2
Fix I forgot typo declaration x64_64 android port.
This commit is contained in:
commit
6679e0178a
@ -53,8 +53,8 @@ typedef void (EGLAPIENTRYP PFNGLDRAWTEXTURENVPROC) (GLuint texture, GLuint sampl
|
||||
extern PFNGLDRAWTEXTURENVPROC glDrawTextureNV;
|
||||
#ifndef ARM64
|
||||
typedef void (EGLAPIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (
|
||||
GLint srcX0, GLint srcY0, GLint srcX1, GLuint srcY1,
|
||||
GLint dstX0, GLint dstY0, GLint dstX1, GLuint dstY1,
|
||||
GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
||||
GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
||||
GLbitfield mask, GLenum filter);
|
||||
#endif
|
||||
extern PFNGLBLITFRAMEBUFFERNVPROC glBlitFramebufferNV;
|
||||
|
Loading…
Reference in New Issue
Block a user