mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 18:39:00 +00:00
Try to fix streams stop after a while 2
This commit is contained in:
parent
6fcea142a2
commit
5ce5000b14
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ public:
|
|||
|
||||
#ifdef AUDIO_OAL_USE_MPG123
|
||||
// fuzzy seek eliminates stutter when playing ADF but spams errors a lot (nothing breaks though)
|
||||
#define MP3_USE_FUZZY_SEEK
|
||||
//#define MP3_USE_FUZZY_SEEK
|
||||
|
||||
class CMP3File : public IDecoder
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue