mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 22:43:41 +00:00
DOS retardations creep in.
This commit is contained in:
parent
6aa621a8f8
commit
4e9a5a5360
1
gfx/gl.c
1
gfx/gl.c
@ -1309,3 +1309,4 @@ const video_driver_t video_gl = {
|
||||
|
||||
gl_set_rotation,
|
||||
};
|
||||
|
||||
|
@ -107,6 +107,9 @@ struct gl_fbo_scale
|
||||
bool valid;
|
||||
};
|
||||
|
||||
// DOS creeps into Win32, yay.
|
||||
#undef near
|
||||
#undef far
|
||||
struct gl_ortho
|
||||
{
|
||||
GLfloat left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user