summaryrefslogtreecommitdiff
path: root/src/core/hw/hw.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-01-15 18:11:03 -0500
committerGravatar bunnei2015-01-15 18:11:03 -0500
commit4b47ed6194484e6cff264553bb383b7e9c608a9c (patch)
tree468b9214a0d0989d8702ba4baee221d5c028e5e7 /src/core/hw/hw.cpp
parentMerge pull request #481 from Subv/hm_b (diff)
parentGPU: Fix buffer overrun in Display Transfers (diff)
downloadyuzu-4b47ed6194484e6cff264553bb383b7e9c608a9c.tar.gz
yuzu-4b47ed6194484e6cff264553bb383b7e9c608a9c.tar.xz
yuzu-4b47ed6194484e6cff264553bb383b7e9c608a9c.zip
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.cpp1
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);
75 75
76/// Update hardware 76/// Update hardware
77void Update() { 77void Update() {
78 GPU::Update();
79} 78}
80 79
81/// Initialize hardware 80/// Initialize hardware