finished seperating opengl contexts, apply nishi patch

This commit is contained in:
IoIxD 2025-12-07 19:04:59 -07:00
commit 6f1716151d
12 changed files with 92 additions and 41 deletions

View file

@ -13,6 +13,7 @@
#include <sys/types.h>
#include <assert.h>
#include <math.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include <sys/stat.h>
@ -43,6 +44,7 @@
#include <dlfcn.h>
#include <signal.h>
#include <dirent.h>
#include <fcntl.h>
#endif
#ifndef M_PI