fix: adjust console window sizes for better display
Some checks failed
Build (3DS) / build (push) Failing after 2m2s
Some checks failed
Build (3DS) / build (push) Failing after 2m2s
This commit is contained in:
@@ -316,8 +316,8 @@ int main(int argc, char **argv)
|
||||
|
||||
/* Set console sizes. */
|
||||
// (y-1) + (height) <= 30 (top screen only fits 30 lines)
|
||||
consoleSetWindow(&topScreenLog, 1, 3, 50, 28);
|
||||
consoleSetWindow(&topScreenInfo, 1, 1, 50, 2);
|
||||
consoleSetWindow(&topScreenLog, 1, 4, 50, 27);
|
||||
consoleSetWindow(&topScreenInfo, 1, 1, 50, 3);
|
||||
|
||||
consoleSelect(&bottomScreen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user