mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
0ae9e398c8
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 {}. |
||
---|---|---|
.. | ||
Common | ||
Core | ||
TestUtils | ||
VideoCommon | ||
CMakeLists.txt | ||
UnitTests.vcxproj | ||
UnitTests.vcxproj.user |