dolphin/Source/UnitTests/VideoCommon
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
..
CMakeLists.txt UnitTests: Disable VertexLoader tests if EGL is enabled. 2014-08-04 18:40:39 +02:00
VertexLoaderTest.cpp Rejigger some FIFO buffer variables to be more rational. 2014-09-28 21:25:12 -04:00