diff --git a/plugins/GSdx/GSTextureOGL.h b/plugins/GSdx/GSTextureOGL.h index 37b1deb450..3b6e8b205c 100644 --- a/plugins/GSdx/GSTextureOGL.h +++ b/plugins/GSdx/GSTextureOGL.h @@ -24,7 +24,7 @@ #include "GSTexture.h" // FIXME find the optimal number of PBO -#define PBO_POOL_SIZE 4 +#define PBO_POOL_SIZE 8 namespace PboPool { void BindPbo();