mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:48:02 -05:00
GPU: Do periodic VBlank updates using CoreTiming
This commit is contained in:
@ -252,9 +252,6 @@ void Read(T &var, const u32 addr);
|
||||
template <typename T>
|
||||
void Write(u32 addr, const T data);
|
||||
|
||||
/// Update hardware
|
||||
void Update();
|
||||
|
||||
/// Initialize hardware
|
||||
void Init();
|
||||
|
||||
|
Reference in New Issue
Block a user