mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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,
|
gl_set_rotation,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -107,6 +107,9 @@ struct gl_fbo_scale
|
|||||||
bool valid;
|
bool valid;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// DOS creeps into Win32, yay.
|
||||||
|
#undef near
|
||||||
|
#undef far
|
||||||
struct gl_ortho
|
struct gl_ortho
|
||||||
{
|
{
|
||||||
GLfloat left;
|
GLfloat left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user