Merge branch 'master' into d3d12
This commit is contained in:
@@ -360,7 +360,7 @@ void CommandProcessor::MakeCoherent() {
|
||||
}
|
||||
|
||||
const char* action = "N/A";
|
||||
if (status_host & 0x03000000) {
|
||||
if ((status_host & 0x03000000) == 0x03000000) {
|
||||
action = "VC | TC";
|
||||
} else if (status_host & 0x02000000) {
|
||||
action = "TC";
|
||||
|
||||
Reference in New Issue
Block a user