mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
remove the outdated gl.lib reference, if this causes new linker issues we need to add the right name to the vcxproj instead
This commit is contained in:
parent
b8400cbe63
commit
de95ac3adb
|
|
@ -8,7 +8,6 @@
|
|||
#include "GLProgramBuffer.h"
|
||||
|
||||
#pragma comment(lib, "opengl32.lib")
|
||||
#pragma comment(lib, "gl.lib")
|
||||
|
||||
#define RSX_DEBUG 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue