mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06:00
rsx: Register NV4097_SET_COLOR_KEY_COLOR method.
This commit is contained in:
parent
13825c9ef7
commit
5c6cf77c57
@ -1366,6 +1366,7 @@ namespace rsx
|
||||
bind_array<NV4097_SET_TEXTURE_OFFSET, 1, 8 * 16, nullptr>();
|
||||
bind_array<NV4097_SET_VERTEX_DATA4F_M, 1, 64, nullptr>();
|
||||
bind_array<NV4097_SET_VERTEX_DATA1F_M, 1, 16, nullptr>();
|
||||
bind_array<NV4097_SET_COLOR_KEY_COLOR, 1, 16, nullptr>();
|
||||
|
||||
// NV406E
|
||||
bind<NV406E_SET_REFERENCE, nv406e::set_reference>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user