Documentation fixes

This commit is contained in:
Robin Jones 2024-02-03 00:49:58 +00:00 committed by GitHub
parent 2e962bbf22
commit 757ee22677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,10 +44,14 @@ An open source menu for N64 flashcarts.
Using your PC, insert the SD card and ensure it is formatted for compatibility (We recommend FAT32 in most instances). Using your PC, insert the SD card and ensure it is formatted for compatibility (We recommend FAT32 in most instances).
### Save files ### Save files
By default, all save files (whether `FlashRam`, `SRAM` or `EEPROM`) use the `.sav` extension and match the filenane to the ROM. By default, all save files (whether `FlashRam`, `SRAM` or `EEPROM`) use the `.sav` extension and match the filename of the ROM.
Each save file can be found in the `/saves` folder located in the same directory as the ROM and shares the same file name, apart from the extension. Each save file can be found in the `/saves` folder located in the same directory as the ROM and shares the same file name, apart from the extension.
If transfering a file from a different flashcart such as the ED64, it will be necessary to change the extension of the file to `sav`. If transfering a file from a different flashcart such as the ED64, it will be necessary to change the extension of the file to `sav`.
i.e. for `Glover (USA).eep` you would need to change the extension to `Glover (USA).sav` i.e. for `Glover (USA).eep` you would need to change the extension to `Glover (USA).sav`
**NOTE:** certain emulator saves may be incompatible. **NOTE:** certain emulator saves may be incompatible.