From e34f0cdd1b2d09ba1e3d693bdf3303811d59f6c0 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 6 Jan 2005 14:03:29 +0000 Subject: Introduced two new states to identify the different preset loading stages. --- Graphic_Equalizer/include/smartmedia.hch | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Graphic_Equalizer/include/smartmedia.hch b/Graphic_Equalizer/include/smartmedia.hch index b681255..a5388a0 100644 --- a/Graphic_Equalizer/include/smartmedia.hch +++ b/Graphic_Equalizer/include/smartmedia.hch @@ -33,16 +33,17 @@ /* * The different stages the smart media loaders knows. */ -#define STAGE_LOAD_SKIN 0x00 -#define STAGE_LOAD_HELP 0x01 -#define STAGE_LOAD_GRAPH 0x02 -#define STAGE_LOAD_PRESET 0x03 -#define STAGE_LOAD_TOP_FONTYS 0x04 -#define STAGE_LOAD_TOP_TASS 0x05 -#define STAGE_LOAD_TOP_TRANSFER 0x06 -#define STAGE_LOAD_TOP_CELOXICA 0x07 -#define STAGE_LOAD_TOP_DETAILS 0x08 -#define STAGE_LOAD_ABOUT_BOTTOM 0x09 +#define STAGE_LOAD_DEMO_PRESET 0x00 +#define STAGE_LOAD_RESET_PRESET 0x01 +#define STAGE_LOAD_SKIN 0x02 +#define STAGE_LOAD_HELP 0x03 +#define STAGE_LOAD_GRAPH 0x04 +#define STAGE_LOAD_TOP_FONTYS 0x05 +#define STAGE_LOAD_TOP_TASS 0x06 +#define STAGE_LOAD_TOP_TRANSFER 0x07 +#define STAGE_LOAD_TOP_CELOXICA 0x08 +#define STAGE_LOAD_TOP_DETAILS 0x09 +#define STAGE_LOAD_ABOUT_BOTTOM 0x0a -- cgit v0.12