mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix DPMS text not going away on reset
This commit is contained in:
@@ -982,6 +982,9 @@ svga_close(svga_t *svga)
|
||||
free(svga->changedvram);
|
||||
free(svga->vram);
|
||||
|
||||
if (svga->dpms_ui)
|
||||
ui_sb_set_text_w(NULL);
|
||||
|
||||
svga_pri = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user