dolphin/Source/Core
comex e86ddacb18 Changes to allow LoadCPReg to work in a preprocess mode which affects a separate state.
This state will be used to calculate sizes for skipping over commands on
a separate thread.  An alternative to having these state variables would
be to have the preprocessor stash "state as we go" somewhere, but I
think that would be much uglier.

GetVertexSize now takes an extra argument to determine which state to
use, as does FifoCommandRunnable, which calls it.  While I'm modifying
FifoCommandRunnable, I also change it to take a buffer and size as
parameters rather than using g_pVideoData, which will also be necessary
later.  I also get rid of an unused overload.
2014-09-28 21:25:06 -04:00
..
AudioCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Common Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
Core Merge pull request #1171 from lioncash/loop 2014-09-28 02:07:44 -04:00
DiscIO Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Merge pull request #1148 from lioncash/typo 2014-09-25 13:49:39 +10:00
InputCommon Fix building Dolphin on OSX without precompiled headers 2014-09-21 00:37:47 -04:00
VideoBackends Mechanical changes to move most CP state to a struct rather than separate globals. 2014-09-28 21:23:29 -04:00
VideoCommon Changes to allow LoadCPReg to work in a preprocess mode which affects a separate state. 2014-09-28 21:25:06 -04:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00