mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-04-04 23:56:35 +02:00
Improve docs
This commit is contained in:
parent
bc66ab9f70
commit
3342071704
@ -1,7 +1,7 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## MP3 Player
|
||||
<!-- Needs a screenshot of the 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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user