From 737df2a68cd5c5cdfa1e73cede0dbf85bde01abc Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Sat, 13 Jul 2013 17:24:23 -0500 Subject: Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usages. This is needed to have GLES3 support. --- Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp | 2 +- Source/Core/DolphinWX/Src/GLInterface/EGL.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/Core') diff --git a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp index 50266d7f84..488b2fdec6 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp @@ -666,7 +666,7 @@ const u8* Jit64::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buf, JitBloc { char ppcInst[256]; DisassembleGekko(ops[i].inst.hex, em_address, ppcInst, 256); - NOTICE_LOG(DYNA_REC, "Unflushed register: %s", ppcInst); + //NOTICE_LOG(DYNA_REC, "Unflushed register: %s", ppcInst); } #endif if (js.skipnext) { diff --git a/Source/Core/DolphinWX/Src/GLInterface/EGL.h b/Source/Core/DolphinWX/Src/GLInterface/EGL.h index cf218ad760..cd0969c4b7 100644 --- a/Source/Core/DolphinWX/Src/GLInterface/EGL.h +++ b/Source/Core/DolphinWX/Src/GLInterface/EGL.h @@ -18,7 +18,11 @@ #define _INTERFACEEGL_H_ #if USE_GLES +#ifdef USE_GLES3 +#include +#else #include +#endif #else #include #include -- cgit v1.2.3