From 2bac4de81de56dfc1e527d16654941b120a418b7 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Sat, 7 May 2022 19:14:53 +0200 Subject: [PATCH] [DivaMovie] Clarify DXVA message --- source-code/source/plugins/DivaMovie/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/DivaMovie/dllmain.cpp b/source-code/source/plugins/DivaMovie/dllmain.cpp index 9ebcc75..c4bc4ea 100644 --- a/source-code/source/plugins/DivaMovie/dllmain.cpp +++ b/source-code/source/plugins/DivaMovie/dllmain.cpp @@ -152,7 +152,7 @@ VTABLE_HOOK(HRESULT, IMFTransform, ProcessMessage, MFT_MESSAGE_TYPE eMessage, UL static bool warn = false; if (!warn) { - MessageBoxW(0, L"Your system supports DXVA hardware decoding.\nDivaMovie will be disabled.\n\nIt is highly recommended to restart the game now.", L"DivaMovie", MB_ICONWARNING); + MessageBoxW(0, L"Your system supports DXVA hardware decoding and Force Hybrid Decoding is disabled.\nDivaMovie will be disabled.\n\nIt is HIGHLY recommended to restart the game now.", L"DivaMovie", MB_ICONINFORMATION); CSimpleIniW ini_reader; ini_reader.SetUnicode(false);