mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Make ReadDataFromFifo static.
This commit is contained in:
parent
0ae9e398c8
commit
2d4b7c5900
2 changed files with 1 additions and 3 deletions
|
@ -23,8 +23,6 @@ u8* GetVideoBufferEndPtr();
|
|||
void Fifo_DoState(PointerWrap &f);
|
||||
void Fifo_PauseAndLock(bool doLock, bool unpauseOnUnlock);
|
||||
|
||||
void ReadDataFromFifo(u8* _uData, u32 len);
|
||||
|
||||
void RunGpu();
|
||||
void RunGpuLoop();
|
||||
void ExitGpuLoop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue