forked from len0rd/rockbox
Renamed CUSTOM_EQ_FORMAT to CUSTOM_CFG_FORMAT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a0bf4f1744
commit
dcfc20f7e7
1 changed files with 6 additions and 4 deletions
|
|
@ -1,15 +1,17 @@
|
|||
Custom EQ
|
||||
Custom CFG
|
||||
File Format Specifications
|
||||
|
||||
Description / General Info
|
||||
--------------------------
|
||||
* The Custom EQ is used on both the Rockbox Player and Recorder, in order to
|
||||
load, well, custom eq settings.
|
||||
* The .cfg file is used on both the Rockbox Player and Recorder, in order to
|
||||
load custom settings.
|
||||
* Currently, only sound settings are supported but this will change in the
|
||||
future.
|
||||
|
||||
File Location
|
||||
-------------
|
||||
The files may reside anywhere on the hard disk. The only restriction is that
|
||||
the filename must end in .eq
|
||||
the filename must end in .cfg
|
||||
|
||||
Format Rules
|
||||
------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue