Merge pull request #10867 from Pokechu22/mismatched-cp-xf-matrix-index-warning

Convert CP/XF matrix indices mismatch panic alert to a warning
This commit is contained in:
Admiral H. Curtiss 2022-07-23 19:49:31 +02:00 committed by GitHub
commit 9a45a690d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,9 +325,9 @@ static void CheckCPConfiguration(int vtx_attr_group)
if (g_main_cp_state.matrix_index_a.Hex != xfmem.MatrixIndexA.Hex ||
g_main_cp_state.matrix_index_b.Hex != xfmem.MatrixIndexB.Hex)
{
PanicAlertFmt("Mismatched matrix index configuration between CP and XF stages - "
"index A: {:08x}/{:08x}, index B {:08x}/{:08x}. "
"Please report on the issue tracker.",
WARN_LOG_FMT(VIDEO,
"Mismatched matrix index configuration between CP and XF stages - "
"index A: {:08x}/{:08x}, index B {:08x}/{:08x}.",
g_main_cp_state.matrix_index_a.Hex, xfmem.MatrixIndexA.Hex,
g_main_cp_state.matrix_index_b.Hex, xfmem.MatrixIndexB.Hex);
DolphinAnalytics::Instance().ReportGameQuirk(