mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
rsx: Register NV4097_SET_COLOR_KEY_COLOR method.
This commit is contained in:
parent
13825c9ef7
commit
5c6cf77c57
1 changed files with 1 additions and 0 deletions
|
@ -1366,6 +1366,7 @@ namespace rsx
|
||||||
bind_array<NV4097_SET_TEXTURE_OFFSET, 1, 8 * 16, nullptr>();
|
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_DATA4F_M, 1, 64, nullptr>();
|
||||||
bind_array<NV4097_SET_VERTEX_DATA1F_M, 1, 16, nullptr>();
|
bind_array<NV4097_SET_VERTEX_DATA1F_M, 1, 16, nullptr>();
|
||||||
|
bind_array<NV4097_SET_COLOR_KEY_COLOR, 1, 16, nullptr>();
|
||||||
|
|
||||||
// NV406E
|
// NV406E
|
||||||
bind<NV406E_SET_REFERENCE, nv406e::set_reference>();
|
bind<NV406E_SET_REFERENCE, nv406e::set_reference>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue