| Previous | 199869 Revisions | Next |
| r36487 Friday 20th March, 2015 at 07:47:16 UTC by Oliver Stöneberg |
|---|
| added missing initialization in video_manager (nw) |
| [src/emu] | video.c |
| r244998 | r244999 | |
|---|---|---|
| 106 | 106 | m_avi_file(NULL), |
| 107 | 107 | m_avi_frame_period(attotime::zero), |
| 108 | 108 | m_avi_next_frame_time(attotime::zero), |
| 109 | m_avi_frame(0) | |
| 109 | m_avi_frame(0), | |
| 110 | m_dummy_recording(false) | |
| 110 | 111 | { |
| 111 | 112 | // request a callback upon exiting |
| 112 | 113 | machine.add_notifier(MACHINE_NOTIFY_EXIT, machine_notify_delegate(FUNC(video_manager::exit), this)); |
| https://github.com/mamedev/mame/commit/47d6c80bd91d16c06627ef3dc668dbcccd8d4648 |
| Previous | 199869 Revisions | Next |