We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51c375 commit e747bf5Copy full SHA for e747bf5
3 files changed
bin/act
-18.3 MB
configuration.c
@@ -2998,11 +2998,10 @@ void config_set_defaults(void *data)
2998
settings->floats.video_msg_color_b = ((DEFAULT_MESSAGE_COLOR >> 0) & 0xff) / 255.0f;
2999
3000
if (g_defaults.settings_video_refresh_rate > 0.0 &&
3001
- g_defaults.settings_video_refresh_rate != DEFAULT_REFRESH_RATE) {
+ g_defaults.settings_video_refresh_rate != DEFAULT_REFRESH_RATE)
3002
settings->floats.video_refresh_rate = g_defaults.settings_video_refresh_rate;
3003
3004
- }
3005
-
+
3006
if (DEFAULT_AUDIO_DEVICE)
3007
configuration_set_string(settings,
3008
settings->arrays.audio_device,
force-60hz.patch
0 commit comments