mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fifo: drop unused functions
This commit is contained in:
parent
4fd980e6d4
commit
e28c97f6bd
2 changed files with 0 additions and 14 deletions
|
@ -115,16 +115,6 @@ void Fifo_Shutdown()
|
|||
s_fifo_aux_read_ptr = nullptr;
|
||||
}
|
||||
|
||||
u8* GetVideoBufferStartPtr()
|
||||
{
|
||||
return s_video_buffer;
|
||||
}
|
||||
|
||||
u8* GetVideoBufferEndPtr()
|
||||
{
|
||||
return s_video_buffer_write_ptr;
|
||||
}
|
||||
|
||||
void Fifo_SetRendering(bool enabled)
|
||||
{
|
||||
g_bSkipCurrentFrame = !enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue