diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dd5b058 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "hid.h": "c" + } +} \ No newline at end of file diff --git a/source/arm11/menu/menu.c b/source/arm11/menu/menu.c index 1594b52..7167d13 100644 --- a/source/arm11/menu/menu.c +++ b/source/arm11/menu/menu.c @@ -110,7 +110,7 @@ #ifdef NDEBUG const char* title = "uwuboot :3 " VERS_STRING; #else - const char* title = "uwuboot :3 " VERS_STRING " (cuter!!)"; + const char* title = "uwuboot :3 (debug me senpai) (cuter!!)"; #endif consoleSetCursor(desc_con, (desc_con->windowWidth - strlen(title)) >> 1, 0); ee_printf(ESC_SCHEME_ACCENT0 "%s" ESC_RESET, title); @@ -191,7 +191,7 @@ if(configDevModeEnabled()) { consoleSetCursor(desc_con, conw - 14, curY); - ee_printf(ESC_SCHEME_BAD "devmode active" ESC_RESET); + ee_printf(ESC_SCHEME_BAD "debug me daddy" ESC_RESET); }