mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-21 02:28:26 +00:00
Change microarchitecture fallback to ZEN4.
This commit is contained in:
@@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
|
||||
}
|
||||
ptr++;
|
||||
}
|
||||
SelectMicroArchitecture( "ZEN2" );
|
||||
SelectMicroArchitecture( "ZEN4" );
|
||||
m_profileMicroArch = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user