From 64044173c65e5b9cc1353540c5834f07b5e375bd Mon Sep 17 00:00:00 2001 From: raven02 Date: Sun, 15 Jun 2014 12:25:09 +0800 Subject: [PATCH] set default m_line_stipple_pattern as 0xffff --- rpcs3/Emu/GS/RSXThread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpcs3/Emu/GS/RSXThread.h b/rpcs3/Emu/GS/RSXThread.h index 4aa2f71bf0..0424317aa0 100644 --- a/rpcs3/Emu/GS/RSXThread.h +++ b/rpcs3/Emu/GS/RSXThread.h @@ -456,15 +456,15 @@ protected: m_depth_bounds_max = 1.0; m_restart_index = 0xffffffff; - m_front_polygon_mode = 0x1B02; // GL_FILL - m_back_polygon_mode = 0x1B02; // GL_FILL + m_front_polygon_mode = 0x1b02; // GL_FILL + m_back_polygon_mode = 0x1b02; // GL_FILL m_front_face = 0x0901; m_point_x = 0; m_point_y = 0; m_point_size = 1.0; m_line_width = 1.0; - m_line_stipple_pattern = 0x1111; + m_line_stipple_pattern = 0xffff; m_line_stipple_factor = 1; // Construct Textures