feat: remove frame limit from MontaukOS login screen

This commit is contained in:
2026-03-20 22:25:58 +01:00
parent eb0e3ad6d5
commit 2fd9b7d027
-3
View File
@@ -815,8 +815,5 @@ extern "C" void _start() {
// Draw
draw_login_screen(ls);
// ~30fps (login doesn't need 60)
montauk::sleep_ms(33);
}
}