From 4fe19177b9d9a9add2405fffe3f44d2b54ca125d Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 14 Feb 2022 13:38:23 +0000 Subject: [PATCH] Update asic count --- renderdoc/driver/ihv/amd/amd_isa_devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/driver/ihv/amd/amd_isa_devices.h b/renderdoc/driver/ihv/amd/amd_isa_devices.h index 87460c115..442e9f4eb 100644 --- a/renderdoc/driver/ihv/amd/amd_isa_devices.h +++ b/renderdoc/driver/ihv/amd/amd_isa_devices.h @@ -36,7 +36,7 @@ struct asic }; const int legacyAsicCount = 20; -const int asicCount = 29; +const int asicCount = 30; extern const asic asicInfo[]; }; // namespace GCNISA