mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Update pm4_cmds.h
This commit is contained in:
parent
81f7c830be
commit
60971448cb
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user