Skip to content

Commit e747bf5

Browse files
committed
branch cleanup
1 parent b51c375 commit e747bf5

3 files changed

Lines changed: 2 additions & 110 deletions

File tree

bin/act

-18.3 MB
Binary file not shown.

configuration.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,11 +2998,10 @@ void config_set_defaults(void *data)
29982998
settings->floats.video_msg_color_b = ((DEFAULT_MESSAGE_COLOR >> 0) & 0xff) / 255.0f;
29992999

30003000
if (g_defaults.settings_video_refresh_rate > 0.0 &&
3001-
g_defaults.settings_video_refresh_rate != DEFAULT_REFRESH_RATE) {
3001+
g_defaults.settings_video_refresh_rate != DEFAULT_REFRESH_RATE)
30023002
settings->floats.video_refresh_rate = g_defaults.settings_video_refresh_rate;
30033003

3004-
}
3005-
3004+
30063005
if (DEFAULT_AUDIO_DEVICE)
30073006
configuration_set_string(settings,
30083007
settings->arrays.audio_device,

force-60hz.patch

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)