gdrom: shrink gdrom buffer to decent size
This commit is contained in:
parent
17a2c3644f
commit
64249eb68e
|
@ -181,7 +181,7 @@ struct read_buff_t
|
|||
{
|
||||
u32 cache_index;
|
||||
u32 cache_size;
|
||||
u8 cache[2352 * 8192]; //up to 8192 sectors
|
||||
u8 cache[2352 * 32];
|
||||
} ;
|
||||
|
||||
//pio buffer
|
||||
|
|
Loading…
Reference in New Issue