1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Change microarchitecture fallback to ZEN4.

This commit is contained in:
Bartosz Taudul
2024-01-02 14:56:00 +01:00
parent 38dc0d83d7
commit cf412bfb2e
+1 -1
View File
@@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
}
ptr++;
}
SelectMicroArchitecture( "ZEN2" );
SelectMicroArchitecture( "ZEN4" );
m_profileMicroArch = -1;
}