From 85a33377d64ae8438e6582a7b8472f5a4bd41942 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 9 Sep 2018 00:51:33 +0000 Subject: [PATCH] Add GL_ExtensionSupported in vid_null.c because vid_shared.c relies on it. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12460 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_null.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vid_null.c b/vid_null.c index 4a133358..aa409946 100644 --- a/vid_null.c +++ b/vid_null.c @@ -95,3 +95,8 @@ size_t VID_ListModes(vid_mode_t *modes, size_t maxcount) { return 0; } + +qboolean GL_ExtensionSupported(const char *name) +{ + return false; +} -- 2.39.2