From 0f6ce0d8f76ee0e14c421455e239f78f6eef2aed Mon Sep 17 00:00:00 2001 From: BernardoGiordano Date: Mon, 9 Dec 2019 14:49:05 +0100 Subject: [PATCH] Remove comment --- switch/source/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,