GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b66a53
)
increased SDL sound buffer
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 01:34:14 +0000
(
04:34
+0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 01:34:14 +0000
(
04:34
+0300)
src/engine/e_sound.pas
patch
|
blob
|
history
diff --git
a/src/engine/e_sound.pas
b/src/engine/e_sound.pas
index f7b208969a9d58453439983388bebbcc30852573..76f9929f729f4f07e424bae5bdbe0aef4524bef9 100644
(file)
--- a/
src/engine/e_sound.pas
+++ b/
src/engine/e_sound.pas
@@
-134,7
+134,7
@@
begin
end;
}
- res := Mix_OpenAudio(44100, AUDIO_S16LSB, 2,
512
);
+ res := Mix_OpenAudio(44100, AUDIO_S16LSB, 2,
2048
);
if res = -1 then
begin
e_WriteLog('Error initializing SDL mixer:', MSG_FATALERROR);
DEADSOFTWARE 2012-2025