mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[GLExtensions] Dynamically pull in the GL 1.3 and 1.4 functions as well.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include "GLInterface.h"
|
||||
|
||||
#include "gl_1_2.h"
|
||||
#include "gl_1_3.h"
|
||||
#include "gl_1_4.h"
|
||||
#include "gl_1_5.h"
|
||||
#include "gl_2_0.h"
|
||||
|
Reference in New Issue
Block a user