diff --git a/switch/source/io.cpp b/switch/source/io.cpp index 69af260..33cd82b 100644 --- a/switch/source/io.cpp +++ b/switch/source/io.cpp @@ -245,7 +245,7 @@ std::tuple io::backup(size_t index, u128 uid, size_t blinkLed(4); ret = std::make_tuple(true, 0, "Progress correctly saved to disk."); } - // TODO: figure out if this code can be accessed at all + auto systemKeyboardAvailable = KeyboardManager::get().isSystemKeyboardAvailable(); if (!systemKeyboardAvailable.first) { return std::make_tuple(true, systemKeyboardAvailable.second,