summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-25 22:48:04 -0500
committerpommicket <pommicket@gmail.com>2025-02-25 22:48:04 -0500
commit753651a2c21b5e7fc6725560ffdd5d4c01732359 (patch)
tree7f74f8774022a0388f8b234da3b81439ba5c28fc /main.c
parentb88b34dbd672ac2b58d4f7c12f96fa79337cfe1f (diff)
switch back to SDL for audio capture
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
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"