mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
debug: Report if double-buffered fb is enabled
(Only applies to hosted targets if FB_DOUBLEBUF is enabled) Change-Id: I6ef3ead5f6ef12b26e3dd0d07ac582cff98deaed
This commit is contained in:
parent
89ea2eafb5
commit
c63b82a895
3 changed files with 9 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ fb_data *framebuffer = NULL; /* global variable, see lcd-target.h */
|
|||
|
||||
#ifdef FB_DOUBLEBUF
|
||||
static int fb_plane;
|
||||
static int doublebuf;
|
||||
int doublebuf;
|
||||
#else
|
||||
#define fb_plane 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue