minor tweaks

This commit is contained in:
Robin Jones 2017-10-26 12:57:02 +01:00
parent 83700e9bc9
commit fed9688738
2 changed files with 3 additions and 4 deletions

View File

@ -3125,9 +3125,8 @@ void loadFile(display_context_t disp)
clearScreen(disp);
u16 msg = 0;
sleep(300);
evd_ulockRegs();
sleep(300);
sleep(10);
sprintf(rom_filename, "%s", list[cursor].filename);
display_show(disp);
select_mode = 9;
@ -3526,7 +3525,7 @@ void handleInput(display_context_t disp, sprite_t *contr)
clearScreen(disp);
evd_ulockRegs();
sleep(100);
sleep(10);
select_mode = 9;
//short fullpath

View File

@ -242,7 +242,7 @@ int getSRAM( uint8_t *buffer, int size){
PI_Init();
sleep(1000);
sleep(1000); //TODO: really... 1 second
while (dma_busy()) ;