dolphin/Source/UnitTests
comex 0ae9e398c8 Rejigger some FIFO buffer variables to be more rational.
videoBuffer -> s_video_buffer
size -> s_video_buffer_write_ptr
g_pVideoData -> g_video_buffer_read_ptr (impl moved to Fifo.cpp)

This eradicates the wonderful use of 'size' as a global name, and makes
it clear that s_video_buffer_write_ptr and g_video_buffer_read_ptr are
the two ends of the FIFO buffer s_video_buffer.

Oh, and remove a useless namespace {}.
2014-09-28 21:25:12 -04:00
..
Common Merge pull request #1083 from FioraAeterna/lzcnt 2014-09-14 09:18:10 -05:00
Core UnitTests: make it possible to build tests for code that has global dependencies 2014-08-02 09:34:39 -07:00
TestUtils msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00
VideoCommon Rejigger some FIFO buffer variables to be more rational. 2014-09-28 21:25:12 -04:00
CMakeLists.txt VertexLoader: Add very basic unit testing to get started 2014-08-02 09:34:39 -07:00
UnitTests.vcxproj msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00
UnitTests.vcxproj.user msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00