Emulator Issues #127
closedDX9 Video Plugin is Broken
0%
Description
What steps will reproduce the problem?
- Use the DirectX Video Plugin
- Use Pixel Shader 2.0 or later (default in current DX plugin version)
- Load & play a game which draws shadows using the ground texture
stenciling method. Ex: Super Smash Bros. Melee .
What is the expected output? What do you see instead?
Ground textures, which should be visible everywhere except in shadowed
areas, are the opposite. The ground texture lying outside the cast shadow
is rendered as if it were in shadow, and the area where there should be a
shadow is rendered as clear.
What version of the product are you using? On what operating system?
Vista x64 with Rev. 166, but all previous versions which use Ps 2.0 also
have this problem.
Please provide any additional information below.
In older DX plugin versions, which had the option to choose which Pixel
Shader version was used, this problem could be solved by choosing to use an
older version instead of PS 2.0. It seems that this is an issue only with
the DirectX plugin when PS 2.0 is used.