Change gfxconf.h to match updated multi-controller support
This commit is contained in:
parent
86c6fdf77b
commit
2996e701ad
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue