mirror of
https://github.com/holub/mame
synced 2025-04-29 19:37:17 +03:00
fix SDL compile (no whatsnew)
This commit is contained in:
parent
755d51625b
commit
dbfbf4e0b0
@ -1183,7 +1183,7 @@ static int drawogl_window_draw(sdl_window_info *window, UINT32 dc, int update)
|
|||||||
texture_info *texture=NULL;
|
texture_info *texture=NULL;
|
||||||
float vofs, hofs;
|
float vofs, hofs;
|
||||||
int pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector;
|
int pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector;
|
||||||
const screen_device_config *screen;
|
const screen_device *screen;
|
||||||
|
|
||||||
if (video_config.novideo)
|
if (video_config.novideo)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user