rsx: Fix FIFO_DRAW_BARRIER substituation

This commit is contained in:
Eladash 2019-10-11 09:22:35 +03:00 committed by kd-11
parent 9242f16560
commit 397007cf8b
1 changed files with 1 additions and 1 deletions

View File

@ -2802,7 +2802,7 @@ namespace rsx
//Some custom GCM methods
methods[GCM_SET_DRIVER_OBJECT] = nullptr;
methods[FIFO::FIFO_DRAW_BARRIER] = nullptr;
methods[FIFO::FIFO_DRAW_BARRIER >> 2] = nullptr;
bind_array<GCM_FLIP_HEAD, 1, 2, nullptr>();
bind_array<GCM_DRIVER_QUEUE, 1, 8, nullptr>();