mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix compile error on SDL targets
This commit is contained in:
parent
ac6903e05e
commit
32464738c6
@ -236,6 +236,7 @@ int renderer_bgfx::create()
|
|||||||
// renderer_bgfx::record
|
// renderer_bgfx::record
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
#ifndef OSD_SDL
|
||||||
void renderer_bgfx::record()
|
void renderer_bgfx::record()
|
||||||
{
|
{
|
||||||
std::string filename("test.avi");//m_options.d3d_hlsl_write());
|
std::string filename("test.avi");//m_options.d3d_hlsl_write());
|
||||||
@ -249,6 +250,7 @@ void renderer_bgfx::record()
|
|||||||
begin_avi_recording(filename);
|
begin_avi_recording(filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void renderer_bgfx::end_avi_recording()
|
void renderer_bgfx::end_avi_recording()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user