One more comment...

This commit is contained in:
NiLuJe
2014-07-07 00:11:45 +02:00
parent 806c2ffc00
commit 19295cc027

View File

@@ -375,6 +375,8 @@ function UIManager:run()
waveform_mode = WAVEFORM_MODE_REAGL
else
waveform_mode = WAVEFORM_MODE_GL16_FAST
-- NOTE: Or we could go back to what KOReader did before fa55acc in koreader-base, which was also use WAVEFORM_MODE_AUTO ;). I have *no* idea how the driver makes its choice though...
--waveform_mode = WAVEFORM_MODE_AUTO
end
end
end