mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Implemented correct audio timing.
Fixes issue 5493.
This commit is contained in:
parent
6df1dacca8
commit
c8c78e0aa9
2 changed files with 13 additions and 9 deletions
|
@ -38,7 +38,6 @@
|
|||
#define SFX_MAX_SOURCE 1
|
||||
#define OAL_NUM_BUFFERS 16
|
||||
#define OAL_MAX_SAMPLES 512 // AyuanX: Don't make it too large, as larger buffer means longer delay
|
||||
#define OAL_THRESHOLD 128 // Some games are quite sensitive to delay
|
||||
#endif
|
||||
|
||||
class OpenALStream: public SoundStream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue