From cb437d41a0a86c5081a8ad0a95b74e6a1c9cbbd7 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Sat, 5 Sep 2026 11:56:26 +0200 Subject: [PATCH] n3ds-boost --- tests/gfx/source/os/horizon-ctr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gfx/source/os/horizon-ctr.cpp b/tests/gfx/source/os/horizon-ctr.cpp index 805ef0c..1e2de4b 100644 --- a/tests/gfx/source/os/horizon-ctr.cpp +++ b/tests/gfx/source/os/horizon-ctr.cpp @@ -31,6 +31,7 @@ void HorizonCtr::Init() { } link3dsStdio(); romfsInit(); + osSetSpeedupEnable(true); gfxInitDefault(); consoleInit(GFX_BOTTOM, nullptr); C3D_Init(C3D_DEFAULT_CMDBUF_SIZE);