mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx: Allow NV0039 0x2100
This commit is contained in:
parent
6a67155404
commit
f92b487947
1 changed files with 1 additions and 0 deletions
|
@ -3141,6 +3141,7 @@ namespace rsx
|
|||
|
||||
// NV03_MEMORY_TO_MEMORY_FORMAT (NV0039)
|
||||
methods[NV0039_SET_OBJECT] = nullptr;
|
||||
bind(0x2100 >> 2, trace_method);
|
||||
methods[NV0039_SET_CONTEXT_DMA_NOTIFIES] = nullptr;
|
||||
methods[NV0039_SET_CONTEXT_DMA_BUFFER_IN] = nullptr;
|
||||
methods[NV0039_SET_CONTEXT_DMA_BUFFER_OUT] = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue