summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/video.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-161-1/+0
|
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
|
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-4/+11
| | | | | | | | | | * Remove up to one frame of input latency. Makes MAME virtually lagless on VRR monitors. * Use empty parentheses and clean interface member calls * Add new option -instant_blit to make this feature optional * Rename new option to -lowlatency, -ll
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-2/+2
|
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
| | | | * Change window handle storage to template instead of void* (nw)
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
|
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-2/+5
|
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-101-0/+200