From f39b0f02452a2bc29365c6e1c08fc9b88f7796f1 Mon Sep 17 00:00:00 2001 From: Pipi86 <66808852+Pipi86@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:47:11 -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 ed2b86698..70f1c3460 100644 --- a/src/video_core/amdgpu/pm4_cmds.h +++ b/src/video_core/amdgpu/pm4_cmds.h @@ -481,7 +481,7 @@ struct PM4CmdWriteData { struct PM4CmdEventWriteEos { enum class Command : u32 { GdsStore = 1u, - SingalFence = 2u, + SignalFence = 2u, }; PM4Type3Header header;