Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Novak <jnovak@skedulo.com>2022-08-29 11:39:14 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-09-08 18:55:05 +0300
commit82bd967e70511bfcf75c5bcc4d8efc60413fa9c7 (patch)
treeffb9a4d8c2b41acf8fd181ff75d114e7374c6628 /include
parentd6600a7026fc7108058fb9544ab510729e9c87f4 (diff)
Use verb form for the do_* mixer flags
Diffstat (limited to 'include')
-rw-r--r--include/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mixer.h b/include/mixer.h
index 24688bbe7..47d541d97 100644
--- a/include/mixer.h
+++ b/include/mixer.h
@@ -296,14 +296,14 @@ private:
struct {
SpeexResamplerState *state = nullptr;
} speex_resampler = {};
- bool do_resampler = false;
+ bool do_resample = false;
struct {
uint16_t target_freq = 0;
float pos = 0.0f;
float step = 0.0f;
} zoh_upsampler = {};
- bool do_zoh_upsampler = false;
+ bool do_zoh_upsample = false;
struct {
struct {