Change gfxconf.h to match updated multi-controller support

ugfx_release_2.6
inmarket 2013-10-17 12:33:35 +10:00
parent 86c6fdf77b
commit 2996e701ad
1 changed files with 3 additions and 1 deletions

View File

@ -147,10 +147,12 @@
#define GDISP_TOTAL_DISPLAYS 1
#define GDISP_TOTAL_CONTROLLERS 1
// Extra stuff needed for when GDISP_TOTAL_CONTROLLERS > 1
// Extra stuff required when GDISP_TOTAL_CONTROLLERS > 1
#define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32
#define GDISP_CONTROLLER_DISPLAYS 1, 1
#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888
// Optional extra stuff when GDISP_TOTAL_CONTROLLERS > 1
#define GDISP_HARDWARE_STREAM_WRITE FALSE
#define GDISP_HARDWARE_STREAM_READ FALSE
#define GDISP_HARDWARE_STREAM_POS FALSE