From 70e4214e2ee9fabfe179495e9c0c677ffd0d243a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 30 Oct 2013 23:08:03 +0100 Subject: [PATCH] Add comment with a link to an important github thread --- GPU/GLES/StateMapping.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GPU/GLES/StateMapping.cpp b/GPU/GLES/StateMapping.cpp index 36d21f9956..41206eb026 100644 --- a/GPU/GLES/StateMapping.cpp +++ b/GPU/GLES/StateMapping.cpp @@ -15,6 +15,11 @@ // Official git repository and contact information can be found at // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. + +// Alpha/stencil is a convoluted mess. Some good comments are here: +// https://github.com/hrydgard/ppsspp/issues/3768 + + #include "StateMapping.h" #include "native/gfx_es2/gl_state.h"