summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-302-3/+3
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-2/+2
* use C++ library includes (nw) firewave2020-01-224-6/+6
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-212-2/+2
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-3/+3
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-19/+22
* srcclean (nw) Vas Crabb2019-09-221-1/+1
* Fix typo (nw) R. Belmont2019-09-161-1/+1
* A few files that got missed (nw) arbee2019-09-151-1/+2
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-115-46/+39
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-112-0/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-262-18/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-17/+18
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-122-18/+17
* make dsound default over xaudio2 (nw) hap2018-12-141-1/+1
* clean up and improve option descriptions Vas Crabb2018-12-131-16/+16
* dec8.cpp: Fix regression with ghostb, srdarwin (nw) Scott Stone2018-12-091-1/+1
* HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-072-0/+3
* Fix crash when running a DRC CPU core under Emscripten (#2794). [Justin Kerk] Justin Kerk2018-07-151-2/+2
* osdlib: GetCurrentProcessId is valid on uwp (nw) cracyc2018-06-091-1/+1
* Discord plugin try 2 (#3640) cracyc2018-06-085-1/+37
* Fix exception on exit (nw) AJR2018-01-241-2/+0
* Eliminate core_strdup (nw) AJR2018-01-242-6/+8
* detect attached debugger on OSX before generating trace/breakpoint trap Vas Crabb2018-01-101-7/+17
* (nw) et3400: use keypad rather than keyboard type for keypad inputs; don't ra... Vas Crabb2018-01-101-2/+1
* Add Bicubic Shader to OpenGL Backend Aaron2017-12-302-2/+2
* Top prescale value allowed via command-line is 3 (not 4) (nw) Scott Stone2017-10-181-1/+1
* Fix for prescale value entry (MT#6720) (nw) Scott Stone2017-10-181-1/+1
* Fixed an options overhaul regression (#2530) npwoods2017-10-061-1/+0
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-1/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+1
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-1/+1
* fix allowed latency range intealls2017-01-171-1/+1
* Initial PortAudio backend with build script changes to support library versio... inte alls2017-01-112-0/+19
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-2/+0
* Update name of DYNAMIC_API macros (nw) Brad Hughes2016-12-011-9/+9
* Simpler low-cost implementation making modules and function pointers class me... Brad Hughes2016-11-211-34/+14
* Fix compile issue by using std::ref wrapper (nw) Brad Hughes2016-11-201-1/+1
* Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-4/+12
* Remove LoadLibrary hack from UWP (nw) Brad Hughes2016-11-201-212/+0
* fix gcc compile issue (nw) Brad Hughes2016-11-201-3/+3
* Created DYNAMIC_API macros for cleaner definition of dynamically linked funct... Brad Hughes2016-11-201-0/+38
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-141-0/+1
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-112-5/+6
* removed not used macros (nw) Miodrag Milanovic2016-11-112-41/+0
* let osd_process_kill just kill, rest is on osd users, watchdog only in this c... Miodrag Milanovic2016-11-114-8/+0
* Small cleanup (nw) Miodrag Milanovic2016-11-112-4/+3
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-116-215/+6
* clipboard handling for uwp (nw) Miodrag Milanovic2016-11-111-3/+2