gdrom: shrink gdrom buffer to decent size

This commit is contained in:
Flyinghead 2020-04-20 18:53:08 +02:00
parent 17a2c3644f
commit 64249eb68e
1 changed files with 1 additions and 1 deletions

View File

@ -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