minor tweaks
This commit is contained in:
parent
83700e9bc9
commit
fed9688738
@ -3125,9 +3125,8 @@ void loadFile(display_context_t disp)
|
|||||||
|
|
||||||
clearScreen(disp);
|
clearScreen(disp);
|
||||||
u16 msg = 0;
|
u16 msg = 0;
|
||||||
sleep(300);
|
|
||||||
evd_ulockRegs();
|
evd_ulockRegs();
|
||||||
sleep(300);
|
sleep(10);
|
||||||
sprintf(rom_filename, "%s", list[cursor].filename);
|
sprintf(rom_filename, "%s", list[cursor].filename);
|
||||||
display_show(disp);
|
display_show(disp);
|
||||||
select_mode = 9;
|
select_mode = 9;
|
||||||
@ -3526,7 +3525,7 @@ void handleInput(display_context_t disp, sprite_t *contr)
|
|||||||
clearScreen(disp);
|
clearScreen(disp);
|
||||||
|
|
||||||
evd_ulockRegs();
|
evd_ulockRegs();
|
||||||
sleep(100);
|
sleep(10);
|
||||||
|
|
||||||
select_mode = 9;
|
select_mode = 9;
|
||||||
//short fullpath
|
//short fullpath
|
||||||
|
@ -242,7 +242,7 @@ int getSRAM( uint8_t *buffer, int size){
|
|||||||
|
|
||||||
PI_Init();
|
PI_Init();
|
||||||
|
|
||||||
sleep(1000);
|
sleep(1000); //TODO: really... 1 second
|
||||||
|
|
||||||
while (dma_busy()) ;
|
while (dma_busy()) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user