mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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