aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 9b5ba477..205c79d3 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -108,8 +108,8 @@
//#define GDISP_TOTAL_DISPLAYS 1
-//#define GDISP_TOTAL_CONTROLLERS 1
-// #if GDISP_TOTAL_CONTROLLERS > 1
+//#define GDISP_DRIVER_LIST GDISPVMT_Win32, GDISPVMT_Win32
+// #ifdef GDISP_DRIVER_LIST
// // For code and speed optimization define as TRUE or FALSE if all controllers have the same capability
// #define GDISP_HARDWARE_STREAM_WRITE FALSE
// #define GDISP_HARDWARE_STREAM_READ FALSE
@@ -124,8 +124,6 @@
// #define GDISP_HARDWARE_QUERY FALSE
// #define GDISP_HARDWARE_CLIP FALSE
-// #define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32
-// #define GDISP_CONTROLLER_DISPLAYS 1, 1
// #define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888
// #endif