Update pm4_cmds.h

This commit is contained in:
Pipi86 2024-09-06 19:47:11 -03:00 committed by GitHub
parent 60971448cb
commit f39b0f0245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,7 +481,7 @@ struct PM4CmdWriteData {
struct PM4CmdEventWriteEos {
enum class Command : u32 {
GdsStore = 1u,
SingalFence = 2u,
SignalFence = 2u,
};
PM4Type3Header header;