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

@ -16,7 +16,10 @@
// GNU General Public License for more details.
//
// $Log$
// Revision 1.8 2006/04/14 21:07:55 kkurbjun
// Revision 1.9 2006/04/15 22:08:36 kkurbjun
// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
//
// Revision 1.8 2006-04-14 21:07:55 kkurbjun
// Start of profiling support for doom.
//
// Revision 1.7 2006-04-04 11:16:44 dave
@ -114,7 +117,7 @@ void I_Init (void)
//
// I_Quit
//
extern boolean doomexit;
void I_Quit (void)
{
I_ShutdownSound();