dolphin/Source/Core
Scott Mansell 02f476cd09 FifoRecorder: Fix bug with normal vertex arrays.
Detected by the previous commit. We had forgotten to make sure the
Vertex Loader's table of normal sizes is initilzied, resulting in
the wrong offsets/sizes being used for vertices with normals.
2015-11-23 23:02:42 +13:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Remove uses of __DATE__ and __TIME__ 2015-11-14 00:52:41 +00:00
Core FifoRecorder: Fix bug with normal vertex arrays. 2015-11-23 23:02:42 +13:00
DiscIO DiscIO: drop unused stuff 2015-11-10 17:03:08 +01:00
DolphinQt Remove uses of __DATE__ and __TIME__ 2015-11-14 00:52:41 +00:00
DolphinWX Remove uses of __DATE__ and __TIME__ 2015-11-14 00:52:41 +00:00
InputCommon Fix some bugs in Pipe input parsing. 2015-11-03 20:26:23 -08:00
UICommon UICommon: Respect XDG Base Directory Specification on POSIX systems. 2015-11-10 21:53:29 +00:00
VideoBackends VideoCommon: rename TextureCache to TextureCacheBase 2015-11-06 15:43:58 +01:00
VideoCommon XFMem: Don't warn on writes of zero to unknown registers. 2015-11-08 14:59:55 +13:00
CMakeLists.txt