mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-03-31 21:47:29 +03: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["backlight"], 100, 5,100 );
|
||||||
evalIntConf( &confInt["videoBpp"],
|
evalIntConf( &confInt["videoBpp"],
|
||||||
#ifdef PLATFORM_DINGUX
|
#ifdef PLATFORM_DINGUX
|
||||||
16,
|
32, // 16 would be better if the kernel could flip on vsync
|
||||||
#else
|
#else
|
||||||
32,
|
32,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user