From c547ac0e913366ab03b6bbc78250463cd35391eb Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Wed, 13 Aug 2014 00:52:41 -0700 Subject: [PATCH] Updated Post Processing Shaders (markdown) --- Post-Processing-Shaders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post-Processing-Shaders.md b/Post-Processing-Shaders.md index 697823f..6249add 100644 --- a/Post-Processing-Shaders.md +++ b/Post-Processing-Shaders.md @@ -1,4 +1,4 @@ -Starting with Dolphin 4.0-XXXXXXXX there has been work done to improve post processing shaders to allow more user configurability without having to modify the shader sources themselves. In order to take advantage of these features, post processing shaders must be updated to take advantage of these new features. +Starting with Dolphin 4.0-2554 there has been work done to improve post processing shaders to allow more user configurability without having to modify the shader sources themselves. In order to take advantage of these features, post processing shaders must be updated to take advantage of these new features. ## Staying Portable ---