ps4 joystick

This commit is contained in:
lizzie
2026-06-29 23:11:00 +00:00
parent 9d5bb623a4
commit e270cb6575
3 changed files with 398 additions and 3 deletions
-2
View File
@@ -573,7 +573,6 @@ TEST_CASE("MemoryTracker: FlushCachedWrites batching") {
REQUIRE(std::get<1>(calls[0]) == PAGE * 3);
}
#if 0
TEST_CASE("DeviceMemoryManager: UpdatePagesCachedBatch basic") {
Core::DeviceMemory device_memory;
Tegra::MaxwellDeviceMemoryManager manager(device_memory);
@@ -588,4 +587,3 @@ TEST_CASE("DeviceMemoryManager: UpdatePagesCachedBatch basic") {
manager.UpdatePagesCachedBatch(ranges, 1);
SUCCEED("UpdatePagesCachedBatch executed without error");
}
#endif