1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

rsx: Allow NV0039 0x2100

This commit is contained in:
Eladash 2022-04-22 08:39:57 +03:00 committed by kd-11
parent 6a67155404
commit f92b487947

View File

@ -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;