early-access version 3310

main
pineappleEA 2023-01-16 10:04:29 +01:00
parent 3aab951444
commit 26748edc37
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 3309.
This is the source code for early-access 3310.
## Legal Notice

View File

@ -32,4 +32,4 @@ void main() {
float y = float((VERTEX_ID & 2) << 1);
gl_Position = vec4(x - 1.0, FLIPY * (y - 1.0), 0.0, 1.0);
texcoord = fma(vec2(x, y) / 2.0, tex_scale, tex_offset);
}
}