Skip to content

Commit 4c5dd00

Browse files
committed
rsx: Force a backend sync when calling nv4097::set_notify
1 parent f3f5c70 commit 4c5dd00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/RSX/NV47/HW/nv4097.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ namespace rsx
723723
ensure(addr != umax);
724724

725725
// Notify ticks are strongly ordered
726-
rsx::mm_flush();
726+
RSX(ctx)->sync();
727727

728728
vm::_ptr<atomic_t<RsxNotify>>(addr)->store(
729729
{

0 commit comments

Comments
 (0)