diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-15 18:11:03 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-15 18:11:03 -0500 |
commit | 4b47ed6194484e6cff264553bb383b7e9c608a9c (patch) | |
tree | 468b9214a0d0989d8702ba4baee221d5c028e5e7 /src/core/hw/gpu.h | |
parent | 3ff5a80d4665e7379230e04363fa7255d732ec7a (diff) | |
parent | a09f71521e6a20de86e9b31451c82c3df5c301a0 (diff) |
Merge pull request #482 from yuriks/fix-vblank
Correctness fixes for GPU flipping and interrupts
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r-- | src/core/hw/gpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 7de055232..7c3a17ee5 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h @@ -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(); |