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

Select microarchitecture basing on cpuid.

This commit is contained in:
Bartosz Taudul
2020-05-07 00:53:31 +02:00
parent eab3adfa1d
commit 15454d2253
4 changed files with 96 additions and 2 deletions
+1
View File
@@ -389,6 +389,7 @@ private:
std::unique_ptr<SourceView> m_sourceView;
const char* m_sourceViewFile;
bool m_uarchSet = false;
ImFont* m_smallFont;
ImFont* m_bigFont;