From 3bcf8f1951b2e9e2da37a2fa8c6e8c16ca7459c7 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Mon, 13 Oct 2025 16:47:05 -0400 Subject: [PATCH] Fix a little mistake --- src/core/hle/service/am/frontend/applet_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/am/frontend/applet_controller.h b/src/core/hle/service/am/frontend/applet_controller.h index 8fd40d4209..8188e4f78d 100644 --- a/src/core/hle/service/am/frontend/applet_controller.h +++ b/src/core/hle/service/am/frontend/applet_controller.h @@ -30,7 +30,7 @@ enum class ControllerAppletVersion : u32_le { Version5 = 0x5, // 6.0.0 - 7.0.1 Version7 = 0x7, // 8.0.0 - 10.2.0 Version8 = 0x8, // 11.0.0+ - Version8 = 0x9, + Version9 = 0x9, }; enum class ControllerSupportMode : u8 {