Skip to content

Commit

Permalink
Bumped up the disc transfer speed enough to prevent audio stuttering …
Browse files Browse the repository at this point in the history
…in Gauntlet: Dark Legacy.

Fixes issue 4644.
  • Loading branch information
skidau committed Mar 3, 2013
1 parent 6dbd80d commit 61b0147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/DVDInterface.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 61b0147

Please sign in to comment.