fix typo
parent
e151704713
commit
381caa7708
|
@ -1,8 +1,8 @@
|
||||||
#Custom Playlists
|
#Custom Playlists
|
||||||
In RetroArch files are sorted automatically with **Playlists**. While this is a hand feature, sometimes you want to sort them yourself. This is not currently supported as a UI, but you can accomplish it manually. This guide is done on a Mac, but will have steps for Windows soon.
|
In RetroArch files are sorted automatically with **Playlists**. While this is a hand feature, sometimes you want to sort them yourself. This is not currently supported as a UI, but you can accomplish it manually. This guide is done on a Mac and for Windows soon.
|
||||||
|
|
||||||
###**Mac**
|
###**Mac**
|
||||||
Right-click on the RetroArch application and select 'Show Package Contents'. Navigate to Contents/Resources/playists RetroArch uses .lpl for their playists. This can be opened and edited by TextEdit. Example of a automatic .lpl file:
|
Right-click on the RetroArch application and select 'Show Package Contents'. Navigate to Contents/Resources/playlists RetroArch uses .lpl for their playlists. This can be opened and edited by TextEdit. Example of a automatic .lpl file:
|
||||||
```
|
```
|
||||||
/Users/*username*/Documents/ROMs/NES/Zelda II - The Adventure of Link.nes
|
/Users/*username*/Documents/ROMs/NES/Zelda II - The Adventure of Link.nes
|
||||||
Zelda II - The Adventure of Link (USA)
|
Zelda II - The Adventure of Link (USA)
|
||||||
|
@ -24,7 +24,7 @@ DETECT
|
||||||
|
|
||||||
```
|
```
|
||||||
###**Windows**
|
###**Windows**
|
||||||
Open on the Notepad application and File the Open. Find your Retroarch folder and navigate to /playists. RetroArch uses .lpl for their playists. These can be opened by selecting _All files_ in the bottom right drop down list. Example of a automatic .lpl file:
|
Open on the Notepad application and File the Open. Find your RetroArch folder and navigate to /playlists. RetroArch uses .lpl for their playlists. These can be opened by selecting _All files_ in the bottom right drop down list. Example of a automatic .lpl file:
|
||||||
```
|
```
|
||||||
C:\Users\*username*\ROMS\Nintendo Entertainment System\Dr. Mario.nes
|
C:\Users\*username*\ROMS\Nintendo Entertainment System\Dr. Mario.nes
|
||||||
Dr. Mario (Japan, USA)
|
Dr. Mario (Japan, USA)
|
||||||
|
|
Loading…
Reference in New Issue