diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-07-06 16:36:57 +0900 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-07-06 16:36:57 +0900 |
| commit | 77399aa2b0e70c7712b1720300b202a9fdced1e3 (patch) | |
| tree | 10b8427774534acc12f916395c1b3014d7aff942 /src/main.c | |
| parent | c527acfc79f3bda8cfe13a7b51b0b16a32683960 (diff) | |
Sound now working
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ int main(int argc, char *argv[]) if (IConfig(CONF_SOUND)) { - if (!AUDIOInit()) + if (!AUDIOInit(SPECAudioFrequency())) { fprintf(stderr, "warning: couldn't initialise audio\n"); } |
