mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00:00
rsx/overlays: Remove workaround no longer required
This commit is contained in:
parent
64ec99be33
commit
af6db7d895
@ -981,8 +981,8 @@ namespace rsx
|
||||
|
||||
bg2.verts.emplace_back(f32(x + radius), f32(y + h) - radius, 0.f, 0.f);
|
||||
bg2.verts.emplace_back(f32(x + w) - radius, f32(y + h) - radius, 0.f, 0.f);
|
||||
bg2.verts.emplace_back(f32(x + radius), f32(y + h) + 1.f, 0.f, 0.f); // Note the +1 subpixel correction
|
||||
bg2.verts.emplace_back(f32(x + w) - radius, f32(y + h) + 1.f, 0.f, 0.f);
|
||||
bg2.verts.emplace_back(f32(x + radius), f32(y + h), 0.f, 0.f);
|
||||
bg2.verts.emplace_back(f32(x + w) - radius, f32(y + h), 0.f, 0.f);
|
||||
|
||||
// Generate the quadrants
|
||||
const f32 corners[4][2] =
|
||||
|
Loading…
Reference in New Issue
Block a user