summaryrefslogtreecommitdiffstats
path: root/src/core/hw
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-01-15 20:27:00 +0100
committerwwylele <wwylele@gmail.com>2017-01-16 08:51:44 +0100
commit3c333c53f1f2c8daa3eab8c83d403d0d23682747 (patch)
tree1d2bc35f744cbc4360b3a8ec0ac3690a51b1f96e /src/core/hw
parentMerge pull request #2435 from mailwl/gsp-mask (diff)
downloadyuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.gz
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.bz2
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.lz
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.xz
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.tar.zst
yuzu-3c333c53f1f2c8daa3eab8c83d403d0d23682747.zip
Diffstat (limited to 'src/core/hw')
-rw-r--r--src/core/hw/gpu.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp
index 1a1ee90b2..58c0d9908 100644
--- a/src/core/hw/gpu.cpp
+++ b/src/core/hw/gpu.cpp
@@ -15,7 +15,6 @@
#include "common/vector_math.h"
#include "core/core_timing.h"
#include "core/hle/service/gsp_gpu.h"
-#include "core/hle/service/hid/hid.h"
#include "core/hw/gpu.h"
#include "core/hw/hw.h"
#include "core/memory.h"
@@ -551,9 +550,6 @@ static void VBlankCallback(u64 userdata, int cycles_late) {
Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PDC0);
Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PDC1);
- // Check for user input updates
- Service::HID::Update();
-
if (!Settings::values.use_vsync && Settings::values.toggle_framelimit) {
FrameLimiter();
}