From ce891c990f03159a8fa56b48d78182c96f406a51 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 15 May 2018 00:37:07 +0200 Subject: [PATCH] Fix latest commit not building --- stratosphere/boot/source/boot_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/boot/source/boot_main.cpp b/stratosphere/boot/source/boot_main.cpp index 8f50a24a1..62d21484b 100644 --- a/stratosphere/boot/source/boot_main.cpp +++ b/stratosphere/boot/source/boot_main.cpp @@ -1075,7 +1075,7 @@ static int pinmux_update_pad(u64 pinmux_base_vaddr, unsigned int pinmux_idx, uns return pinmux_val; } -static const std::tuple g_drivepad_map[] = { +static const std::tuple g_drivepad_map[] = { {0x000008E4, 0x01F1F000}, /* AlsProxInt */ {0x000008E8, 0x01F1F000}, /* ApReady */ {0x000008EC, 0x01F1F000}, /* ApWakeBt */