1
0
Fork 0
forked from len0rd/rockbox

Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-04-15 22:08:36 +00:00
parent 75b6abb114
commit 4e2a74c2b4
7 changed files with 73 additions and 109 deletions

View file

@ -26,6 +26,7 @@
extern struct plugin_api* rb;
extern bool noprintf;
extern bool doomexit;
/* libc functions */
int printf(const char *fmt, ...);
@ -98,6 +99,6 @@ inline void* memcpy(void* dst, const void* src, size_t size);
structure changes.
*/
#define DOOM_CONFIG_MAGIC MAKE_FOURCC('D','O','O','M')
#define DOOM_CONFIG_VERSION 1
#define DOOM_CONFIG_VERSION 2
#endif