mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
emu/recording.cpp: fixed compile
This commit is contained in:
parent
5898fb9353
commit
96280c2ac0
@ -195,7 +195,7 @@ bool avi_movie_recording::initialize(running_machine &machine, std::unique_ptr<e
|
|||||||
info.audio_samplerate = machine.sample_rate();
|
info.audio_samplerate = machine.sample_rate();
|
||||||
|
|
||||||
// compute the frame time
|
// compute the frame time
|
||||||
set_frame_period(attotime::from_ticks(info.video_sampletime, info.video_timescale);
|
set_frame_period(attotime::from_ticks(info.video_sampletime, info.video_timescale));
|
||||||
|
|
||||||
// create the file
|
// create the file
|
||||||
avi_file::error avierr = avi_file::create(fullpath, info, m_avi_file);
|
avi_file::error avierr = avi_file::create(fullpath, info, m_avi_file);
|
||||||
|
Loading…
Reference in New Issue
Block a user