mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
nv2a: Scale line thickness by surface scale factor
This commit is contained in:
parent
8707d2aa26
commit
7f5176bc5f
@ -3053,6 +3053,7 @@ DEF_METHOD(NV097, SET_BEGIN_END)
|
||||
glDisable(GL_DITHER);
|
||||
}
|
||||
|
||||
glLineWidth(pg->surface_scale_factor);
|
||||
glEnable(GL_PROGRAM_POINT_SIZE);
|
||||
|
||||
bool anti_aliasing = GET_MASK(pg->regs[NV_PGRAPH_ANTIALIASING], NV_PGRAPH_ANTIALIASING_ENABLE);
|
||||
|
Loading…
Reference in New Issue
Block a user