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/hw.cpp | |
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/hw.cpp')
-rw-r--r-- | src/core/hw/hw.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hw/hw.cpp b/src/core/hw/hw.cpp index 848ab5348..503200629 100644 --- a/src/core/hw/hw.cpp +++ b/src/core/hw/hw.cpp @@ -75,7 +75,6 @@ template void Write<u8>(u32 addr, const u8 data); /// Update hardware void Update() { - GPU::Update(); } /// Initialize hardware |