reduce the size of all file assoc entries by removing the [config] section.

This commit is contained in:
ITotalJustice
2025-05-28 15:15:32 +01:00
parent 01bfcb05cd
commit a801e385ce
124 changed files with 0 additions and 125 deletions

View File

@@ -40,7 +40,6 @@ MTP can be enabled via the Network menu.
Sphaira has file association support. Let's say your app supports loading .png files, then you could write an association file, then when using the file browser, clicking on a .png file will launch your app along with the .png file as argv[1]. This was primarly added for rom loading support for emulators / frontends such as RetroArch, MelonDS, mGBA etc.
```ini
[config]
path=/switch/your_app.nro
supported_extensions=jpg|png|mp4|mp3
```