mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Update pm4_cmds.h
This commit is contained in:
parent
81f7c830be
commit
60971448cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue