libspark: work around driver bug

This commit is contained in:
martii
2012-12-16 21:21:15 +01:00
parent 4720ec559c
commit 932fba6516

View File

@@ -102,7 +102,7 @@ int map_volume(const int volume)
vol = 100; vol = 100;
#ifdef MARTII #ifdef MARTII
vol = 64 - vol * 64 / 100; vol = 62 - vol * 62 / 100;
#else #else
vol = 63 - vol * 63 / 100; vol = 63 - vol * 63 / 100;
#endif #endif