mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
VideoCommon: fifo cleanups
This commit is contained in:
@ -17,7 +17,6 @@ extern bool g_bSkipCurrentFrame;
|
||||
// and can change at runtime.
|
||||
extern bool g_use_deterministic_gpu_thread;
|
||||
extern std::atomic<u8*> g_video_buffer_write_ptr_xthread;
|
||||
extern u8* g_video_buffer_pp_read_ptr;
|
||||
|
||||
void Fifo_Init();
|
||||
void Fifo_Shutdown();
|
||||
|
Reference in New Issue
Block a user