mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[XCX} Skell view fix, AA sharpen fix,
This commit is contained in:
parent
d804e1429a
commit
f42fd6b791
@ -253,7 +253,7 @@ R4i.x = ((PV0i.w == 0)?(R127i.x):(R127i.z));
|
||||
R4i.y = ((PV0i.w == 0)?(R127i.w):(R126i.y));
|
||||
R4i.z = ((PV0i.w == 0)?(R126i.z):(R126i.w));
|
||||
}
|
||||
vec2 uv = gl_FragCoord.xy / (vec2(1280.0, 720.0)*uf_fragCoordScale);
|
||||
vec2 uv = gl_FragCoord.xy / textureSize(textureUnitPS1, 0);
|
||||
vec4 sharpColour = vec4(texture(textureUnitPS1, uv).xyz - edgeStrength(uv) * sharpen_strength, 1.0);
|
||||
|
||||
// export
|
||||
|
@ -79,7 +79,7 @@ overwriteHeight = <?=round($scaleFactorY*480)?>
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x033,0x031,0x001 #dialog prompt fixes, XCX Logo NLA exclude obvious textures
|
||||
formatsExcluded = 0x41A,0x033,0x031 #dialog prompt fixes, XCX Logo NLA exclude obvious textures
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
Loading…
Reference in New Issue
Block a user