Update pm4_cmds.h

This commit is contained in:
Pipi86 2024-09-06 19:20:07 -03:00 committed by GitHub
parent 81f7c830be
commit 60971448cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -515,7 +515,7 @@ struct PM4CmdEventWriteEos {
void SignalFence() const { void SignalFence() const {
const auto cmd = command.Value(); const auto cmd = command.Value();
switch (cmd) { switch (cmd) {
case Command::SingalFence: { case Command::SignalFence: {
*Address() = DataDWord(); *Address() = DataDWord();
break; break;
} }