From 33420717046df1b631bfaacb2ee91d12e3040826 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 10 Mar 2025 23:25:35 +0000 Subject: [PATCH] Improve docs --- docs/41_mp3_player.md | 2 +- docs/81_faq.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/41_mp3_player.md b/docs/41_mp3_player.md index b1baa43a..70c4ac55 100644 --- a/docs/41_mp3_player.md +++ b/docs/41_mp3_player.md @@ -1,7 +1,7 @@ [Return to the index](./00_index.md) ## MP3 Player -The N64FlashcartMenu includes an MP3 Player that can read MP3 files from the SD Card. At the time of writing, MP3 files must have a sample rate of 44100 Hz or higher. +The N64FlashcartMenu includes an MP3 Player that can read MP3 files from the SD Card. MP3 sound files must have a sample rate of 44100 Hz or higher. Whilst in the menu, select an MP3 file in the File Browser to go to the MP3 Player screen, where the audio playback will begin immediately. diff --git a/docs/81_faq.md b/docs/81_faq.md index b33ac130..063c8e19 100644 --- a/docs/81_faq.md +++ b/docs/81_faq.md @@ -13,3 +13,6 @@ $exts = @("*.n64", "*.z64", "*.v64"); Get-ChildItem -Filter "*.zip" | ForEach-Ob ### I am using macOS and want to clean unwanted files before adding them to the SD card On macOS, if you have extracted ROM's from ZIP or other compressed files, run `dot_clean -m /Volumes/SummerCart` to clear those awful dotfiles. + +### I have changed the menu/config.ini file manually and things are not working. +Delete the file. It will be re-created automatically with the default settings.