mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
Bind SET_POLYGON_STIPPLE_PATTERN (#2259)
Causes MGS4 to boot a little bit further
This commit is contained in:
parent
f2ba41af46
commit
435ef04c34
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ namespace rsx
|
|||
bind_array<NV4097_SET_TEXTURE_CONTROL2, 1, 16, nullptr>();
|
||||
bind_array<NV4097_SET_TEX_COORD_CONTROL, 1, 10, nullptr>();
|
||||
bind_array<NV4097_SET_TRANSFORM_PROGRAM, 1, 32, nullptr>();
|
||||
bind_array<NV4097_SET_POLYGON_STIPPLE_PATTERN, 1, 32, nullptr>();
|
||||
bind_array<NV4097_SET_VERTEX_DATA3F_M, 1, 48, nullptr>();
|
||||
bind_array<NV4097_SET_VERTEX_DATA_ARRAY_OFFSET, 1, 16, nullptr>();
|
||||
bind_array<NV4097_SET_VERTEX_DATA_ARRAY_FORMAT, 1, 16, nullptr>();
|
||||
|
|
Loading…
Reference in a new issue