add Volume Up/Down tied to the preference so that it persists across runs

This commit is contained in:
Chris Danford
2005-08-14 06:35:35 +00:00
parent 0f98559d16
commit 09386e06e3
2 changed files with 27 additions and 11 deletions
+2 -1
View File
@@ -23,12 +23,13 @@ enum DebugLine
DebugLine_ClearMachineStats,
DebugLine_FillMachineStats,
DebugLine_SendNotesEnded,
DebugLine_Volume,
DebugLine_ReloadCurrentScreen,
DebugLine_ReloadTheme,
DebugLine_WriteProfiles,
DebugLine_WritePreferences,
DebugLine_MenuTimer,
DebugLine_VolumeUp,
DebugLine_VolumeDown,
DebugLine_Uptime,
NUM_DEBUG_LINES
};