Browse files with Left & Right
Added feature to browse a folder with Left & Right buttons to skip over half a screens worth of files (13 files). Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -210,8 +210,6 @@ void playFile(void* infoIn)
|
||||
gfxFlushBuffers();
|
||||
gspWaitForVBlank();
|
||||
|
||||
svcSleepThread(100 * 1000);
|
||||
|
||||
/* When the last buffer has finished playing, break. */
|
||||
if(lastbuf == true && waveBuf[0].status == NDSP_WBUF_DONE &&
|
||||
waveBuf[1].status == NDSP_WBUF_DONE)
|
||||
|
||||
Reference in New Issue
Block a user