From b12ed5d1711455a0f9530b56bcdd11e02ba78967 Mon Sep 17 00:00:00 2001 From: ayuanx Date: Thu, 28 Jan 2010 13:25:40 +0000 Subject: [PATCH] This should make anti-alias effective again in DX9, though it seems it was turned off deliberately. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4978 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoDX9/Src/Render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp b/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp index 466c5c5f44..1563919853 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp @@ -264,7 +264,7 @@ bool Renderer::Init() UpdateActiveConfig(); int fullScreenRes, w_temp, h_temp; s_blendMode = 0; - int backbuffer_ms_mode = 0; // g_ActiveConfig.iMultisampleMode; + int backbuffer_ms_mode = g_ActiveConfig.iMultisampleMode; sscanf(g_Config.cFSResolution, "%dx%d", &w_temp, &h_temp);