launcher: Don't disable overlays on startup

This commit is contained in:
Ry 2022-10-14 21:09:30 -07:00
parent 06798d3be2
commit ce094891ce

View File

@ -1,14 +1,6 @@
; launcher
entry:
; disable all overlays except the mouse cursor
mov r31, 0x1E
mov r0, 0x80000300
disable_all_overlays_loop:
out r0, 0
inc r0
loop disable_all_overlays_loop
; set up the menu bar
call enable_menu_bar
call clear_menu_bar