Sound buffer size now configurable.
This commit is contained in:
parent
5788188ce9
commit
6e51e8975e
22 changed files with 92 additions and 26 deletions
|
|
@ -53,6 +53,15 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "Disc activity indicator", IDM_VID_DISC
|
||||
END
|
||||
POPUP "&Sound"
|
||||
BEGIN
|
||||
POPUP "&Buffer length"
|
||||
BEGIN
|
||||
MENUITEM "&100ms", IDM_BUF_100MS
|
||||
MENUITEM "&200ms", IDM_BUF_200MS
|
||||
MENUITEM "&400ms", IDM_BUF_400MS
|
||||
END
|
||||
END
|
||||
END
|
||||
POPUP "&Misc"
|
||||
BEGIN
|
||||
|
|
|
|||
Loading…
Reference in a new issue