mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- changed default frequency for Timidity++ to 44100kHz.
This commit is contained in:
parent
a5a069a4b0
commit
8ded18a96c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ CUSTOM_CVAR (Int, timidity_pipe, 90, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOM_CVAR (Int, timidity_frequency, 22050, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
CUSTOM_CVAR (Int, timidity_frequency, 44100, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||||
{ // Clamp frequency to Timidity's limits
|
{ // Clamp frequency to Timidity's limits
|
||||||
if (self < 4000)
|
if (self < 4000)
|
||||||
self = 4000;
|
self = 4000;
|
||||||
|
|
Loading…
Reference in a new issue