diff options
author | pommicket <pommicket@gmail.com> | 2025-02-25 22:48:04 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-25 22:48:04 -0500 |
commit | 753651a2c21b5e7fc6725560ffdd5d4c01732359 (patch) | |
tree | 7f74f8774022a0388f8b234da3b81439ba5c28fc /main.c | |
parent | b88b34dbd672ac2b58d4f7c12f96fa79337cfe1f (diff) |
switch back to SDL for audio capture
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |