summaryrefslogtreecommitdiffstats
path: root/src/core/hw/hw.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-01-14 04:19:08 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-01-14 08:20:13 +0100
commit9e084826b8764853e363593ba8793e7b17eaa4f8 (patch)
treeaf57c96ca0223b6aa266c4359e74d83271333704 /src/core/hw/hw.cpp
parentGPU: Correct wrong default framebuffer address for sub-screen. (diff)
downloadyuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar.gz
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar.bz2
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar.lz
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar.xz
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.tar.zst
yuzu-9e084826b8764853e363593ba8793e7b17eaa4f8.zip
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);
/// Update hardware
void Update() {
- GPU::Update();
}
/// Initialize hardware