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