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:
parent
75b6abb114
commit
4e2a74c2b4
7 changed files with 73 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue