1
0
Fork 0
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:
Björn Stenberg 2002-10-10 14:05:34 +00:00
parent a0bf4f1744
commit dcfc20f7e7

View file

@ -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
------------