early-access version 4056

This commit is contained in:
pineappleEA
2024-01-10 02:20:16 +01:00
parent 14bc41806f
commit 06addd3d51
48 changed files with 305 additions and 433 deletions
+1 -1
View File
@@ -545,4 +545,4 @@ TEST_CASE("MemoryTracker: Cached write downloads") {
REQUIRE(!memory_track->IsRegionGpuModified(c + PAGE, PAGE));
memory_track->MarkRegionAsCpuModified(c, WORD);
REQUIRE(rasterizer.Count() == 0);
}
}