- Timestamp:
- Sep 28, 2001, 2:13:06 PM (24 years ago)
- Location:
- sbliveos2/trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/ossidc.h
r171 r194 159 159 #define MIX_SETAUXVOL 17 160 160 #define MIX_SETAUXMUTE 18 161 #define MIX_SETPCMVOL 19 162 #define MIX_SETPCMMUTE 20 161 163 162 164 #define MAKE_VOLUME_LR(l, r) ((r << 8) | l) -
sbliveos2/trunk/include/sbversion.h
r188 r194 25 25 #define __SBVERSION_H__ 26 26 27 #define SBLIVE_VERSION "0. 7.5"27 #define SBLIVE_VERSION "0.8.0" 28 28 29 29 #endif //__SBVERSION_H__ -
sbliveos2/trunk/include/version.mak
r188 r194 11 11 12 12 _VENDOR = Creative Labs SoundBlaster Live 13 _VERSION = 0. 75.00013 _VERSION = 0.80.000 14 14 15 15 FILEVER = @^#$(_VENDOR):$(_VERSION)^#@
Note:
See TracChangeset
for help on using the changeset viewer.