mirror of
https://github.com/CTCaer/hekate
synced 2024-11-09 21:36:35 +00:00
bdk: display: update active regs on vsync for WinD
Doing that on hsync can cause issues on disable without actually syncing to it.
This commit is contained in:
parent
35ea35f6ad
commit
a6727f6e32
1 changed files with 3 additions and 0 deletions
|
@ -914,6 +914,9 @@ u32 *display_init_framebuffer_log()
|
||||||
|
|
||||||
void display_activate_console()
|
void display_activate_console()
|
||||||
{
|
{
|
||||||
|
// Only update active registers on vsync.
|
||||||
|
DISPLAY_A(_DIREG(DC_CMD_REG_ACT_CONTROL)) = DISPLAY_A(_DIREG(DC_CMD_REG_ACT_CONTROL)) & ~WIN_D_ACT_HCNTR_SEL;
|
||||||
|
|
||||||
// Select window D.
|
// Select window D.
|
||||||
DISPLAY_A(_DIREG(DC_CMD_DISPLAY_WINDOW_HEADER)) = WINDOW_D_SELECT;
|
DISPLAY_A(_DIREG(DC_CMD_DISPLAY_WINDOW_HEADER)) = WINDOW_D_SELECT;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue