From 2996e701ad223f70c2bf63a5eddf8fd0de9854bb Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 17 Oct 2013 12:33:35 +1000 Subject: [PATCH] Change gfxconf.h to match updated multi-controller support --- gfxconf.example.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gfxconf.example.h b/gfxconf.example.h index f48008aa..8414dbe0 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -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