From 60971448cba97e1801fc8348c1caa049df2c2005 Mon Sep 17 00:00:00 2001 From: Pipi86 <66808852+Pipi86@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:20:07 -0300 Subject: [PATCH] Update pm4_cmds.h --- src/video_core/amdgpu/pm4_cmds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/amdgpu/pm4_cmds.h b/src/video_core/amdgpu/pm4_cmds.h index fd7980c17..ed2b86698 100644 --- a/src/video_core/amdgpu/pm4_cmds.h +++ b/src/video_core/amdgpu/pm4_cmds.h @@ -515,7 +515,7 @@ struct PM4CmdEventWriteEos { void SignalFence() const { const auto cmd = command.Value(); switch (cmd) { - case Command::SingalFence: { + case Command::SignalFence: { *Address() = DataDWord(); break; }