mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 06:19:23 -05:00
Make ReadDataFromFifo static.
This commit is contained in:
@@ -110,7 +110,7 @@ void EmulatorState(bool running)
|
||||
|
||||
|
||||
// Description: RunGpuLoop() sends data through this function.
|
||||
void ReadDataFromFifo(u8* _uData, u32 len)
|
||||
static void ReadDataFromFifo(u8* _uData, u32 len)
|
||||
{
|
||||
if (len > (s_video_buffer + FIFO_SIZE - s_video_buffer_write_ptr))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user