From c5f98d0388fe2f23fc1adea9578ca14d5d93e2e6 Mon Sep 17 00:00:00 2001 From: swurl Date: Thu, 24 Apr 2025 13:40:43 -0400 Subject: [PATCH] switch bad updates list to hex Signed-off-by: swurl --- src/yuzu/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 0cd11638c4..5e4aecdeb4 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -205,7 +205,7 @@ enum class CalloutFlag : uint32_t { * so this tracks which games are bad in this regard. */ static const QList bad_update_games{ - 72324500776771584 // Tears of the Kingdom + 0x0100F2C0115B6000 // Tears of the Kingdom }; const int GMainWindow::max_recent_files_item;