From ccbc8d534aefe137fbd11a3f327b69505c0fa407 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 26 Mar 2010 17:22:13 +0000 Subject: [PATCH] Show DRI S3TC message on all platforms that probably use Mesa. See #313. This was SVN commit r7402. --- source/ps/GameSetup/GameSetup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ps/GameSetup/GameSetup.cpp b/source/ps/GameSetup/GameSetup.cpp index ab41f5ae07..8dfa78c80d 100644 --- a/source/ps/GameSetup/GameSetup.cpp +++ b/source/ps/GameSetup/GameSetup.cpp @@ -590,7 +590,7 @@ static void InitPs(bool setup_gui) g_GUI->DisplayMessageBox(600, 350, L"Warning", L"Performance warning:\n\n" L"Your graphics drivers do not support S3TC compressed textures. This will significantly reduce performance and increase memory usage.\n\n" -#if OS_LINUX +#if !(OS_WIN || OS_MACOSX) L"See http://dri.freedesktop.org/wiki/S3TC for details. " L"Installing the libtxc_dxtn library will fix these problems. " L"Alternatively, running 'driconf' and setting force_s3tc_enable will fix the performance but may cause rendering bugs."