Skip to content

Commit 06ad51c

Browse files
authored
Update renderer.cc
format adjustment
1 parent 26e348d commit 06ad51c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/window/renderer.cc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ void GLFWErrorCallback(int error, const char* description)
6262
{
6363
if (error == GLFW_API_UNAVAILABLE) {
6464
MessageBoxA(NULL,
65-
"Your system doesn't support hardware rendering, which is preventing the installer from displaying properly. "
66-
"To resolve this issue, download the DLL files from \nhttps://github.com/pal1000/mesa-dist-win/releases/latest\n and place them in the same "
67-
"folder as the installer. This will enable software rendering as an alternative.\n\n"
68-
"Please note: This is a system limitation, not an installer bug, so there's no need to report it to the development team.",
69-
"Error", MB_ICONERROR);
65+
"Your system doesn't support hardware rendering, which is preventing the installer from displaying properly. "
66+
"To resolve this issue, download the DLL files from:\n"
67+
"https://github.com/pal1000/mesa-dist-win/releases/latest\n"
68+
"Download mesa3d-26.0.3-release-msvc.7z and place them in the same folder as the installer. "
69+
"This will enable software rendering as an alternative.\n\n"
70+
"Please note: This is a system limitation, not an installer bug, so there's no need to report it to the development team.",
71+
"Error", MB_ICONERROR);
7072
return;
7173
}
7274

0 commit comments

Comments
 (0)