GPU: Do periodic VBlank updates using CoreTiming

This commit is contained in:
Yuri Kunde Schlesner 2015-01-14 01:19:08 -02:00
parent e29dd76e12
commit 9e084826b8
3 changed files with 43 additions and 50 deletions

View file

@ -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();