nyx: Utilize Log Window

- or + on Joy-Con displays the log screen.
If there are errors somewhere, they are normally also logged in there.
This commit is contained in:
CTCaer
2020-04-30 14:07:26 +03:00
parent 5ca35aa4fc
commit f5432c734c
2 changed files with 61 additions and 1 deletions

View File

@@ -336,7 +336,7 @@ void nyx_init_load_res()
set_default_configuration();
set_nyx_default_configuration();
gfx_init_ctxt((u32 *)NYX_FB_ADDRESS, 720, 1280, 720);
gfx_init_ctxt((u32 *)LOG_FB_ADDRESS, 1280, 656, 656);
gfx_con_init();
// Show exception errors if any.