From 435ef04c3400d7d057d17ded3518c823e52c02be Mon Sep 17 00:00:00 2001 From: Cornee Traas Date: Fri, 20 Jan 2017 03:48:17 +0100 Subject: [PATCH] Bind SET_POLYGON_STIPPLE_PATTERN (#2259) Causes MGS4 to boot a little bit further --- rpcs3/Emu/RSX/rsx_methods.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/RSX/rsx_methods.cpp b/rpcs3/Emu/RSX/rsx_methods.cpp index 3c62164756..e0313b51eb 100644 --- a/rpcs3/Emu/RSX/rsx_methods.cpp +++ b/rpcs3/Emu/RSX/rsx_methods.cpp @@ -1228,6 +1228,7 @@ namespace rsx bind_array(); bind_array(); bind_array(); + bind_array(); bind_array(); bind_array(); bind_array();