Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
b4663937
Commit
b4663937
authored
Dec 21, 2018
by
Christian Speckner
Browse files
x kSamples -> xk samples
parent
098a2a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/AudioDialog.cxx
View file @
b4663937
...
...
@@ -93,9 +93,9 @@ AudioDialog::AudioDialog(OSystem& osystem, DialogContainer& parent,
VarList
::
push_back
(
items
,
"128 samples"
,
128
);
VarList
::
push_back
(
items
,
"256 samples"
,
256
);
VarList
::
push_back
(
items
,
"512 samples"
,
512
);
VarList
::
push_back
(
items
,
"1
kS
amples"
,
1024
);
VarList
::
push_back
(
items
,
"2
kS
amples"
,
2048
);
VarList
::
push_back
(
items
,
"4
KS
amples"
,
4096
);
VarList
::
push_back
(
items
,
"1
k s
amples"
,
1024
);
VarList
::
push_back
(
items
,
"2
k s
amples"
,
2048
);
VarList
::
push_back
(
items
,
"4
K s
amples"
,
4096
);
myFragsizePopup
=
new
PopUpWidget
(
this
,
font
,
xpos
,
ypos
,
pwidth
,
lineHeight
,
items
,
"Fragment size"
,
lwidth
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment