Fix error and line clear bugs

Fixed a bug whereby error messages may appear on the bottom screen.
Fixed a bug whereby some lines on the bottom screen would not be cleared
whilst browsing files, causing some file names to appear where they
shouldn't.

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-20 16:38:25 +00:00
parent 136cc59632
commit b7efc57b1a
2 changed files with 9 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
#define DEFAULT_DIR "sdmc:/"
/* Maximum number of lines that can be displayed */
#define MAX_LIST 27
#define MAX_LIST 28
struct watchdogInfo
{