mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
implementation must be removed too (nw)
This commit is contained in:
parent
5a3352a6b0
commit
784a5e690a
@ -1091,7 +1091,7 @@ void sdl_info_ogl::destroy()
|
|||||||
//============================================================
|
//============================================================
|
||||||
// drawsdl_xy_to_render_target
|
// drawsdl_xy_to_render_target
|
||||||
//============================================================
|
//============================================================
|
||||||
|
#ifndef OSD_WINDOWS
|
||||||
int sdl_info_ogl::xy_to_render_target(int x, int y, int *xt, int *yt)
|
int sdl_info_ogl::xy_to_render_target(int x, int y, int *xt, int *yt)
|
||||||
{
|
{
|
||||||
*xt = x - m_last_hofs;
|
*xt = x - m_last_hofs;
|
||||||
@ -1102,7 +1102,7 @@ int sdl_info_ogl::xy_to_render_target(int x, int y, int *xt, int *yt)
|
|||||||
return 0;
|
return 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
//============================================================
|
//============================================================
|
||||||
// drawsdl_destroy_all_textures
|
// drawsdl_destroy_all_textures
|
||||||
//============================================================
|
//============================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user