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

@ -58,8 +58,8 @@ typedef unsigned long MwU64;
#ifdef OTHER_TYPES_DEFINED
#undef OTHER_TYPES_DEFINED
#else
typedef int MwI32;
typedef unsigned int MwU32;
typedef int MwI32;
typedef unsigned int MwU32;
typedef short MwI16;
typedef unsigned short MwU16;