From 9e27dfb0eb7c6a7f461b12457b21b72a02e079a1 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Sun, 6 Sep 2026 14:25:12 +0200 Subject: [PATCH] hotfix --- tests/gfx/source/os/horizon-ctr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gfx/source/os/horizon-ctr.cpp b/tests/gfx/source/os/horizon-ctr.cpp index 5cb7dd3..2ae73f9 100644 --- a/tests/gfx/source/os/horizon-ctr.cpp +++ b/tests/gfx/source/os/horizon-ctr.cpp @@ -61,7 +61,6 @@ void HorizonCtr::Deinit() { bool HorizonCtr::Mainloop() { pViewPort = ivec2(400, 240); - hidScanInput(); bool _kill = hidKeysUp() & KEY_START; C3D_FrameBegin(C3D_FRAME_SYNCDRAW); return aptMainLoop() && !_kill;