From 740e06eea491bf1ccd2419eec80b2904d760f30b Mon Sep 17 00:00:00 2001 From: Naim2000 Date: Sat, 24 Feb 2024 15:19:53 -0500 Subject: [PATCH] forgot to actually init the keyboard --- source/wad-manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/wad-manager.c b/source/wad-manager.c index 134affb..28fb32c 100644 --- a/source/wad-manager.c +++ b/source/wad-manager.c @@ -14,6 +14,7 @@ #include "sys.h" #include "video.h" #include "wpad.h" +#include "wkb.h" #include "fat.h" #include "nand.h" #include "globals.h" @@ -179,6 +180,7 @@ int main(int argc, char **argv) Wpad_Init(); PAD_Init(); WiiDRC_Init(); + WKB_Initialize(); WIILIGHT_Init(); /* Print disclaimer */