Bumped up the disc transfer speed enough to prevent audio stuttering in Gauntlet: Dark Legacy.

Fixes issue 4644.
This commit is contained in:
skidau 2013-03-03 23:35:07 +11:00
parent 6dbd80d73e
commit 61b01474fa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "../Movie.h"
// Disc transfer rate measured in bytes per second
static const u32 DISC_TRANSFER_RATE_GC = 3125 * 1024;
static const u32 DISC_TRANSFER_RATE_GC = 4 * 1024 * 1024;
namespace DVDInterface
{