dolphin/Source/Core
Stenzek 5dcd3cd4fd D3D: Fix crash when taking screenshot with crop enabled
This was due to specifying negative source coordinates for the texture copy, which must lie within the bounds of the source and destination textures.

The behavior now is to clamp the copy region to [0 <= size <= backbuffer size], resulting in a copy region that can be smaller than the backbuffer, but never larger.
2015-12-09 02:38:24 +10:00
..
AudioCommon WaveFile: Get rid of an explicit delete 2015-12-02 20:05:18 -05:00
Common Merge pull request #3126 from phire/remove-logging-lock 2015-12-03 13:32:07 +13:00
Core Merge pull request #3316 from sepalani/fix_poll 2015-12-08 09:01:52 +01:00
DiscIO DiscIO: Get rid of a few explicit deletes 2015-12-08 04:35:56 -05:00
DolphinQt Merge pull request #3211 from JosJuice/themes-to-resources 2015-11-27 23:47:44 +13:00
DolphinQt2 Use a proxy model for the GameList. 2015-11-28 10:00:03 -08:00
DolphinWX minor General Config GUI improvements 2015-12-08 02:13:32 +01:00
InputCommon Merge pull request #3253 from Phatcat/master 2015-12-02 22:50:29 +01:00
UICommon UICommon: Respect XDG Base Directory Specification on POSIX systems. 2015-11-10 21:53:29 +00:00
VideoBackends D3D: Fix crash when taking screenshot with crop enabled 2015-12-09 02:38:24 +10:00
VideoCommon Remove Google Code Reference and Fix Grammar 2015-12-03 18:20:59 -08:00
CMakeLists.txt DolphinQt2 2015-11-27 00:33:07 -08:00