From d567178fdedefff5ea6366da05f9175aea814bac Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 5 Nov 2013 21:51:15 +0100 Subject: subs: move rendering to text subtitles to overlay renderer This fixes issues with 3d modes where subtitles would apear on one eye before the other, due to timestamps differing between render passes. --- project/VS2010Express/XBMC.vcxproj | 2 ++ project/VS2010Express/XBMC.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'project') diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 93832037d1..f33b8219b7 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -414,6 +414,7 @@ + @@ -1080,6 +1081,7 @@ + diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 9c50c08273..c3802c86e3 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3083,6 +3083,9 @@ utils + + cores\VideoRenderers + @@ -6061,6 +6064,9 @@ utils + + cores\VideoRenderers + -- cgit v1.2.3