mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
A couple missed lines on the rebase.
This commit is contained in:
parent
1a8005d948
commit
3f0d7312fa
2 changed files with 4 additions and 5 deletions
|
@ -596,7 +596,7 @@ const char *GenerateVertexShaderCode(u32 components, API_TYPE ApiType)
|
|||
//seems to get rather complicated
|
||||
}
|
||||
|
||||
if (api_type & API_D3D9)
|
||||
if (ApiType & API_D3D9)
|
||||
{
|
||||
// D3D9 is addressing pixel centers instead of pixel boundaries in clip space.
|
||||
// Thus we need to offset the final position by half a pixel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue