Append temporary hack for sound buffer (not stream)
Temporary hack since certain titles such as Mafia kept creating more buffer. Yet did not find repeatly calls in the log.
This commit is contained in:
parent
d34eff64d1
commit
4d1ab39d2e
|
@ -178,9 +178,9 @@ XTL::X_XFileMediaObject::_vtbl XTL::X_XFileMediaObject::vtbl =
|
|||
*/
|
||||
|
||||
|
||||
|
||||
// TODO: This is more of a hack(?) since certain titles won't go through. Find out why then revert it back to 0x200 as it should be.
|
||||
// size of sound buffer cache (used for periodic sound buffer updates)
|
||||
#define SOUNDBUFFER_CACHE_SIZE 0x200
|
||||
#define SOUNDBUFFER_CACHE_SIZE 0x800
|
||||
|
||||
// size of sound stream cache (used for periodic sound stream updates)
|
||||
#define SOUNDSTREAM_CACHE_SIZE 0x200
|
||||
|
|
Loading…
Reference in New Issue