summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/uwp.lua
Commit message (Collapse)AuthorAgeFilesLines
* Low-level #include overhaul AJR2021-01-021-0/+1
| | | | | | | - vecstream.h: Revert changes made in aa29519528cb3dbdbfac56819bea670ed8c56c5d. The std::string_view conversion has been made a non-member function (util::buf_to_string_view) and moved to coretmpl.h. - strformat.h: Remove the using declaration importing util::string_format into the global namespace. It has been moved to emucore.h and a few tool sources; other references have been qualified. - osdcore.h: Split out file, directory and path classes and methods to a new header (osdfile.h), Doxygenizing the documentation comments. - Disaggregate many #includes that were including other standard or custom headers. emu.h now includes basically the same things that it did, but other headers have been streamlined; for instance, emucore.h no longer stealth-includes osdcore.h several ways.
* srcclean (nw) Vas Crabb2016-11-271-6/+6
|
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-2/+2
|
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-101-0/+6
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-6/+12
|
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ Miodrag Milanovic2016-11-091-0/+109
previous Brad work (nw)