mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
Fix location of shader effect, nw
This commit is contained in:
parent
b69d285eab
commit
c8ade5d1fc
@ -26,8 +26,8 @@
|
||||
"rgb": true,
|
||||
"alpha": true
|
||||
},
|
||||
"vertex": "chains/super-xbr-2p/vs_custom-jinc2-sharper",
|
||||
"fragment": "chains/super-xbr-2p/fs_custom-jinc2-sharper",
|
||||
"vertex": "chains/xbr/super-xbr/vs_custom-jinc2-sharper",
|
||||
"fragment": "chains/xbr/super-xbr/fs_custom-jinc2-sharper",
|
||||
"uniforms": [
|
||||
{ "name": "s_p", "type": "int", "values": [ 1.0 ] },
|
||||
{ "name": "JINC2_WINDOW_SINC", "type": "vec4", "values": [ 0.42, 0.0, 0.0, 0.0 ] },
|
||||
|
Loading…
Reference in New Issue
Block a user