Commit f2e4636
committed
fix(zaparoo): let UI loop run during alt launcher so notices clear
The `!alt_launcher_active()` gate around HandleUI/OsdUpdate stopped the
MENU_INFO timer from ever expiring while the launcher was up, so the
resolution-change overlay and unknown-INI-key warning stuck on screen
permanently. The gate's CPU win was negligible (the coroutine yields
each iteration anyway) and MENU/F12 are already intercepted upstream,
so just drop it.1 parent 1b6bc7b commit f2e4636
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
0 commit comments