[exo] Add exosphere panic report save to sd

This commit is contained in:
ctcaer@gmail.com
2019-04-14 04:24:37 +03:00
parent ca0c0f786c
commit 07fe94b6d4
4 changed files with 117 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ void gfx_con_init()
gfx_con.savedx = 0;
gfx_con.savedy = 0;
gfx_con.fgcol = 0xFFCCCCCC;
gfx_con.fillbg = 0;
gfx_con.fillbg = 1;
gfx_con.bgcol = 0xFF1B1B1B;
gfx_con.mute = 0;
}