mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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 a new issue