dolphin/Source/Plugins/Plugin_VideoDX9
2009-10-08 00:35:47 +00:00
..
Src added a more "correct" Color peeking, you can't lock the drawing surface so the correct way is to use and offscreen surface and use StretchRect to copy the data, then lock the offscreen surface and read the data. this is experimental so please test it a lot. the bad news is you can do this only for the color surface, the z-fuffer remain slow to read and only from lockable formats. the good news are the same code should work for mltisampled surfaced. 2009-10-08 00:35:47 +00:00
Plugin_VideoDX9.vcproj Some warning fixes. 2009-09-29 22:32:53 +00:00