[GFX] Add position saving and muting

This commit is contained in:
Kostas Missos
2018-06-23 07:07:53 +03:00
parent f3149e0be3
commit bee8004b74
3 changed files with 15 additions and 2 deletions

View File

@@ -384,7 +384,8 @@ int hos_launch(ini_sec_t *cfg)
memset(&ctxt, 0, sizeof(launch_ctxt_t));
list_init(&ctxt.kip1_list);
gfx_clear_grey(&gfx_ctxt, 0x1B);
if (!gfx_con.mute)
gfx_clear_grey(&gfx_ctxt, 0x1B);
gfx_con_setpos(&gfx_con, 0, 0);
//Try to parse config if present.