summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.cpp
Commit message (Expand)AuthorAgeFilesLines
* attotime: fix lockup with as_string and negative attotime, hap2025-05-301-1/+1
* schedule/timer: be more consistent with s32 param hap2023-12-111-1/+1
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-7/+6
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-5/+5
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-0/+1
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-231-4/+2
* Various input and OSD refactoring: Vas Crabb2023-01-291-4/+8
* corefile.h: Move filename utilities to path.h AJR2022-09-251-0/+1
* -midway/seattle.cpp: Added San Francisco Rush Boot Code Version L1.12 as a BI... Vas Crabb2022-09-071-1/+1
* emu/video.cpp: Added a space before %FPS in speed text. (#10305) 0kmg2022-09-051-1/+1
* emu: Fixed issues with memory views and snapshot naming. Vas Crabb2022-07-011-27/+67
* screen: draw until current hpos (not inclusive) when doing an update_now hap2022-04-031-1/+1
* Remove fileio.h from emu.h AJR2022-02-111-1/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* video.cpp: Revise 77834407f23ad3418ed90168179ca895080dfa8d to only reset "las... AJR2022-01-221-6/+1
* video.cpp: Restart time counters after loading a save state AJR2022-01-221-1/+11
* Render-related cleanup AJR2021-12-301-0/+1
* expand buffer size from 15 to 16 for %t time in video_manager::open_next (#9039) goldnchild2021-12-251-1/+1
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-44/+0
* Fix various usability issues: Vas Crabb2021-11-021-15/+13
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+3
* emu/video.cpp: Set file names via -snapname when exiting in -seconds_… (#8633) 0kmg2021-09-301-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-14/+12
* options: extended the snapname templates to allow for a timestamp %t option, ... etabeta782021-04-291-0/+12
* options: simplified the statename/snapname logic for naming after image devic... etabeta2021-04-041-14/+2
* Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-221-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-50/+26
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-211-2/+2
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-4/+2
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-15/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-10/+10
* Various improvements to image file handling: Vas Crabb2020-10-081-4/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* screen/update_now(): fix overwriting last pixel of previous update, fix rende... hap2020-08-081-1/+4
* mmdisplay2: lcd screen was missing 1 line (nw) hap2020-06-141-1/+1
* video: show frameskip max value in speed_text (nw) hap2020-06-141-6/+2
* video: frameskip setting is now upper frameskip limit when autoframeskip sett... hap2020-06-141-2/+7
* video: don't do frameskip related calculations at init time (nw) hap2020-06-131-4/+4
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-1/+1
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-221-363/+66
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-2/+2
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-7/+7
* fixed -aviwrite/-mngwrite crash with screenless systems [Oliver Stöne… (#6... Oliver Stöneberg2020-01-071-3/+10
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-1/+9
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Fix AVI framerate feos2019-10-031-10/+1
* don't force throttling while paused feos2019-09-141-1/+1