mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 04:51:53 +02:00
Work around lack of vsynced page flipping in OpenDingux kernel.
This commit is contained in:
parent
f39e87f3ec
commit
19064b4c4a
@ -704,7 +704,7 @@ void GMenu2X::readConfig(string conffile) {
|
||||
evalIntConf( &confInt["backlight"], 100, 5,100 );
|
||||
evalIntConf( &confInt["videoBpp"],
|
||||
#ifdef PLATFORM_DINGUX
|
||||
16,
|
||||
32, // 16 would be better if the kernel could flip on vsync
|
||||
#else
|
||||
32,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user