dolphin/Source/Core
Scott Mansell 0367c3107d FifoAnalyzer: Unify DecodeOp/DecodeCommand
We actually discovered a bug while combining the two functions with
FifoRecordAnalzyer's vertex array loading code. If per-vertex
postion or texture matrices were enabled and vertex arrays in use
then the wrong data would be used to calculate the minimum/maxmium
indices, which would result in either too much or too little vertex
data being included in the dff.

So this commit also increments the dff version number, so we can
identify old broken dffs later.
2015-11-23 23:02:38 +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 FifoAnalyzer: Unify DecodeOp/DecodeCommand 2015-11-23 23:02:38 +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