From 753651a2c21b5e7fc6725560ffdd5d4c01732359 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 25 Feb 2025 22:48:04 -0500 Subject: switch back to SDL for audio capture --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 00bcf1b..461fe06 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,6 @@ /* TODO: -- switch back to SDL for audio now that that bug has been fixed - application icon (and SDL_SetWindowIcon) - cmdline argument for starting in video mode */ @@ -1570,7 +1569,7 @@ void main() {\n\ } if (state->curr_menu == MENU_HELP) { const char *text[] = { - "F1 - open this help screen", + "F1 - show this help text", "F2 - show debug info", state->mode == MODE_VIDEO ? "Space - start/stop recording" -- cgit v1.2.3