Simplify poweroff behaviour

This commit is contained in:
Lorenzooone
2024-06-02 21:34:41 +02:00
parent f572c42bbb
commit e7a2073246
4 changed files with 5 additions and 21 deletions

View File

@@ -183,7 +183,7 @@ void reset_screen_info(ScreenInfo &info) {
info.bot_rotation = 0;
info.show_mouse = true;
info.v_sync_enabled = false;
info.async = false;
info.async = true;
info.top_scaling = -1;
info.bot_scaling = -1;
info.bfi = false;