Increase gdrom dma buffer size to 8192 sectors
This commit is contained in:
parent
2564c57cd2
commit
4aee2eb5fe
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
gdrom, v3
|
||||
Overly complex implementation of a very ugly device
|
||||
*/
|
||||
|
@ -87,7 +87,7 @@ static struct
|
|||
{
|
||||
u32 cache_index;
|
||||
u32 cache_size;
|
||||
u8 cache[2352*32]; //up to 32 sectors
|
||||
u8 cache[2352 * 8192]; //up to 8192 sectors
|
||||
} read_buff;
|
||||
|
||||
//pio buffer
|
||||
|
|
Loading…
Reference in New Issue