Skip to content

Commit

Permalink
rsx: Fix FIFO_DRAW_BARRIER substituation
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and kd-11 committed Oct 11, 2019
1 parent 9242f16 commit 397007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/RSX/rsx_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();
Expand Down

0 comments on commit 397007c

Please sign in to comment.