mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
rsx: Allow NV0039 0x2100
This commit is contained in:
parent
6a67155404
commit
f92b487947
@ -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…
Reference in New Issue
Block a user