summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/drawbgfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/drawbgfx.c')
-rw-r--r--src/osd/sdl/drawbgfx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/drawbgfx.c b/src/osd/sdl/drawbgfx.c
index 2838f6e39d2..75729a11184 100644
--- a/src/osd/sdl/drawbgfx.c
+++ b/src/osd/sdl/drawbgfx.c
@@ -79,7 +79,7 @@ public:
m_last_blit_time(0), m_last_blit_pixels(0)
{}
- /* virtual */ int create(const int width, const int height);
+ /* virtual */ int create();
/* virtual */ int draw(const UINT32 dc, const int update);
/* virtual */ int xy_to_render_target(const int x, const int y, int *xt, int *yt);
/* virtual */ void destroy_all_textures();
@@ -134,7 +134,7 @@ int drawbgfx_init(running_machine &machine, sdl_draw_info *callbacks)
// sdl_info_bgfx::create
//============================================================
-int sdl_info_bgfx::create(int width, int height)
+int sdl_info_bgfx::create()
{
// create renderer