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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user