mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Add configurable toggle that rounds vertices to the nearest pixel when
w=1. This fixes some games at higher IRs.
This commit is contained in:
@ -43,7 +43,8 @@ struct vertex_shader_uid_data
|
||||
u32 texMtxInfo_n_projection : 16; // Stored separately to guarantee that the texMtxInfo struct is
|
||||
// 8 bits wide
|
||||
u32 ssaa : 1;
|
||||
u32 pad : 15;
|
||||
u32 vertex_rounding : 1;
|
||||
u32 pad : 14;
|
||||
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user