GDROM: Increase dma buffer cache sectors

4e956d9ef8
This commit is contained in:
Ender's Games 2018-08-22 13:24:03 -04:00
parent e5c0f0ee71
commit f76df2da62
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static struct
{ {
u32 cache_index; u32 cache_index;
u32 cache_size; u32 cache_size;
u8 cache[2352*32]; //up to 32 sectors u8 cache[2352 * 8192]; //up to 8192 sectors
} read_buff; } read_buff;
//pio buffer //pio buffer