From 20ed0e65bfebf736f223a1e06fc8c3b3c7c40c76 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 3 Aug 2001 03:54:09 +0000 Subject: [PATCH] Added more meaningful error message --- zsnes/src/win/winlink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 4966f94b..17163367 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1264,8 +1264,8 @@ int InitDirectDraw() } if (lpDD->SetDisplayMode(WindowWidth, WindowHeight, 16, 0, 0) != DD_OK) { - MessageBox(NULL, "IDirectDraw7::SetDisplayMode failed.", "DirectDraw Error", MB_ICONERROR); - } + MessageBox(NULL, "IDirectDraw7::SetDisplayMode failed.\nMake sure your video card supports this mode.", "DirectDraw Error", MB_ICONERROR); + } } else {