aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-11-18 11:59:03 +0300
committerspl3g <spleefer6@yandex.ru>2025-11-18 11:59:03 +0300
commit1f9f2f89b3fe46906f815f7cfc18624279231dbd (patch)
tree09f0f6c2ed682daf2eb7d37a5daa9bbc2e18230e /src/main.c
parentfc326115fa154bc19f3f10d7c2c4e57710ef1e0d (diff)
Fix the wave screen
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7306c28..ce83b1b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -119,7 +119,7 @@ int init_sounds(AppState *state) {
.param_change =
{
.param_type = PARAM_OSC,
- .value = OSC_SAW,
+ .value = OSC_SINE,
},
},
{
@@ -365,6 +365,7 @@ sapp_desc sokol_main(int argc, char **argv) {
.window_title = "crynth",
.width = DEFAULT_DIMENSIONS_WIDTH,
.height = DEFAULT_DIMENSIONS_HEIGHT,
+ .high_dpi = true,
.logger.func = slog_func,
};
}