Fix folder scrolling issues

This commit is contained in:
Such Meme, Many Skill
2019-12-18 16:02:45 +01:00
parent d4010ba04d
commit 2a78d3c924
2 changed files with 13 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ void displayinfo(){
void displaygpio(){
int res;
clearscreen();
gfx_printf("Updates gpio pins ever 50ms:\nPress power to exit");
gfx_printf("Updates gpio pins every 50ms:\nPress power to exit");
msleep(200);
while (1){
msleep(10);
@@ -158,7 +158,7 @@ int format(int mode){
if (mode == 0){
if (totalsectors < 83886080){
gfx_printf("%kYou seem to be running this on a <32GB SD\nNot enough free space for emummc!", COLOR_RED);
gfx_printf("%kYou seem to be running this on a <=32GB SD\nNot enough free space for emummc!", COLOR_RED);
fatalerror = true;
}
else {