mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
f9d2f7e88c
Trying to use GetDepthMatrixProgram outside of TCacheEntry::FromRenderTarget is a bad idea, so don't. Instead, use a shader which only copies the input. Fixes lens flare depth test in Twilight Princess. See http://code.google.com/p/dolphin-emu/issues/detail?id=5999 .