diff options
| author | 2015-01-15 18:11:03 -0500 | |
|---|---|---|
| committer | 2015-01-15 18:11:03 -0500 | |
| commit | 4b47ed6194484e6cff264553bb383b7e9c608a9c (patch) | |
| tree | 468b9214a0d0989d8702ba4baee221d5c028e5e7 /src/core/hw/hw.cpp | |
| parent | Merge pull request #481 from Subv/hm_b (diff) | |
| parent | GPU: Fix buffer overrun in Display Transfers (diff) | |
| download | yuzu-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.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); | |||
| 75 | 75 | ||
| 76 | /// Update hardware | 76 | /// Update hardware |
| 77 | void Update() { | 77 | void Update() { |
| 78 | GPU::Update(); | ||
| 79 | } | 78 | } |
| 80 | 79 | ||
| 81 | /// Initialize hardware | 80 | /// Initialize hardware |