Change microarchitecture fallback to ZEN4.

This commit is contained in:
Bartosz Taudul
2024-01-02 14:56:00 +01:00
parent 38dc0d83d7
commit cf412bfb2e

View File

@@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
}
ptr++;
}
SelectMicroArchitecture( "ZEN2" );
SelectMicroArchitecture( "ZEN4" );
m_profileMicroArch = -1;
}