mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
D3D9: Fix texel to pixel mapping when sampling textures properly.
This commit is contained in:
parent
fee98b426b
commit
7a1744575d
5 changed files with 16 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
// Increment this every time you change shader generation code.
|
||||
enum
|
||||
{
|
||||
LINEAR_DISKCACHE_VER = 6969
|
||||
LINEAR_DISKCACHE_VER = 6973
|
||||
};
|
||||
|
||||
// On disk format:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue