Skip to content

Commit 75e238d

Browse files
authored
Update README.md to reflect new changes
1 parent 9610700 commit 75e238d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Current features:
1818
- Copy/Move files and folders.
1919
- Multi-select items for delete/cut/copy (using Y button).
2020
- FTP server (Press select or tap the ftp icon to toggle).
21-
- Image preview (If the image is around 400 * 480 which is the size of both screens, the image will be split in half and displayed. Support for the following image formats: BMP, JPG/JPEG, GIF and PNG)
21+
- Image preview (If the image is around 400 * 480 which is the size of both screens, the image will be split in half and displayed. Support for the following image formats -> BMP, GIF - non animated, JPG, PCX, PNG, PGM, PPM and TGA)
2222
- ZIP/RAR file extraction.
2323
- Searching for directories (allows you to quickly visit a directory by clicking the search icon on the top right (bottom screen).)
2424
- File properties - lets you view info on current file/folder.
2525
- Screenshots - Press (L + R) -> (/screenshots/Screenshot_YearMonthDay-Num.bmp)
2626
- Fast scroll - Use analog stick.
2727
- File timestamps.
2828
- Browsing CTRNAND and copying data to/from CTRNAND.
29-
- MP3, vorbis (ogg), flac and wav playback support. (All thanks to deltabeard/MaK11-12)
29+
- Audio playback support for the following formats -> IT, OGG, MOD, MP3, S3M, WAV and XM.
3030
- Dir list Sorting (alphabetical - ascending, alphabetical - descending, size - largest to smallest, and size - smallest to largest).
3131
- Online updater (nightly/releases)
3232

@@ -41,6 +41,7 @@ Building from source:
4141
* `sudo dkp-pacman -Syu 3ds-libvorbisidec --noconfirm`
4242
* `sudo dkp-pacman -Syu 3ds-mpg123 --noconfirm`
4343
* `sudo dkp-pacman -Syu 3ds-opusfile --noconfirm`
44+
* `sudo dkp-pacman -Syu 3ds-flac --noconfirm`
4445

4546
3. Recursively clone the repo:
4647
```bash
@@ -61,9 +62,8 @@ make
6162

6263
Credits:
6364
--------------------------------------------------------------------------------
64-
- deltabeard/MaK11-12 for sound support.
65+
- deltabeard/MaK11-12 for the inital ctrmus code port.
6566
- mtheall for ftpd.
66-
- Steveice10 for allowing me to use his screen.c C3D code as a template to build and make modifications on.
6767
- preetisketch for the banner.
6868
- FrozenFire for the boot logo.
6969

0 commit comments

Comments
 (0)