Merge pull request #12499 from Kelebek1/time

Rework time services
This commit is contained in:
liamwhite 2024-01-25 14:19:01 -05:00 committed by GitHub
commit d45561ace0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
144 changed files with 8734 additions and 3972 deletions

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);
}
}