summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-06Fix debug assert failure when using SDL fullscreen toggle (nw) AJR2-2/+3
2018-07-31(nw) more render work: Vas Crabb1-4/+3
2018-07-30taptun: add support for Windows (#3790) Patrick Mackinlay1-0/+190
2018-07-26Better support for screen orientation/geometry: Vas Crabb3-9/+12
2018-07-18Damn this design is ridiculous, let's just make it a little less crash-prone ... Olivier Galibert1-0/+3
2018-07-18Not going to pretend I understand that code, but that reduces blowups (nw) Olivier Galibert1-1/+2
2018-07-15Fix crash when running a DRC CPU core under Emscripten (#2794). [Justin Kerk] Justin Kerk1-2/+2
2018-07-07Remove running_machine::device() call in QT debugger (nw) AJR1-1/+1
2018-07-07fix building with clang 6.0.1 (nw) smf-1-2/+0
2018-06-29How to remove unwanted macros, or: getting out of discovered "check" (nw) AJR2-0/+3
2018-06-09osdlib: GetCurrentProcessId is valid on uwp (nw) cracyc1-1/+1
2018-06-08Discord plugin try 2 (#3640) cracyc10-3/+268
2018-06-01osdnet: don't call it close (nw) cracyc2-2/+2
2018-06-01osdnet: prevent segfault at stop and when selecting device from menu (nw) cracyc2-2/+6
2018-05-27srcclean (nw) Vas Crabb4-9/+9
2018-05-11Make "Keypad ," and "Keypad =" standard keys AJR1-0/+2
2018-05-06Output system changes [headkaze, R. Belmont] arbee4-46/+77
2018-05-01Really disable multithreading on the Emscripten target (nw) Justin Kerk1-0/+5
2018-04-16Set SO_REUSEADDR in posixsocket Sven Schnelle1-0/+8
2018-03-22fix count_leading_zeroes(0) C fallback (nw) Vas Crabb1-1/+2
2018-03-15add missing override (nw) smf-2-8/+8
2018-03-11Remove all uses of first_screen() from core files, nw Ryan Holtz1-2/+7
2018-03-10Remove first_screen() from kc85, ti990_4, aviwrite.cpp, and huc6270 comments. nw mooglyguy1-1/+2
2018-03-09Removed first_screen from wswan and d3d (nw) Ryan Holtz2-4/+4
2018-03-06Disable multithreading on the Emscripten target as it is not currently suppor... Justin Kerk1-0/+5
2018-02-08Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski1-1/+1
2018-01-28srcclean and regenerate localisations (nw) Vas Crabb2-26/+26
2018-01-26winmain.h: removed unused macro (nw) firewave1-12/+0
2018-01-24Fix exception on exit (nw) AJR1-2/+0
2018-01-24Eliminate core_strdup (nw) AJR2-6/+8
2018-01-13fix compile on GCC 7.2.1 (nw) arbee1-0/+1
2018-01-13-bgfx: Abstracted some view-related functions into bgfx_view class, nw mooglyguy4-111/+213
2018-01-10Convert zippath directory to a C++ interface Vas Crabb1-11/+11
2018-01-10detect attached debugger on OSX before generating trace/breakpoint trap Vas Crabb1-7/+17
2018-01-10(nw) et3400: use keypad rather than keyboard type for keypad inputs; don't ra... Vas Crabb1-2/+1
2018-01-05really fixed MT06623 (don't use uninitialised gamma ramp) (nw) smf-1-5/+4
2018-01-06Updates "2017" strings to "2018" where relevant. Jonathan Holt1-1/+1
2018-01-05drawd3d.cpp: fixed MT06623 (nw) Ivan Vangelista1-1/+1
2018-01-04Eliminate machine().firstcpu (nw) AJR1-1/+1
2017-12-31Fix shader compilation error on AMD Aaron2-2/+2
2018-01-01bgfx: Use bgfx::ViewMode::Sequential, fixes handheld overlays, nw mooglyguy1-0/+2
2017-12-30Add Bicubic Shader to OpenGL Backend Aaron7-8/+181
2017-12-30Fix Two Issues with the glsl Bilinear Shader Aaron2-37/+36
2017-12-26fix building for windows with qt debugger. [smf] smf-1-1/+1
2017-12-26abusing include guards is bad mckay (nw) smf-1-1/+0
2017-12-24srcclean and manual cleanups (nw) Vas Crabb1-1/+1
2017-12-22rewind implementation fixes and improvements vadosnaprimer2-1/+20
2017-12-13Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke4-9/+8
2017-12-13Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke4-8/+9
2017-12-07fix MT06785 Vas Crabb2-1/+2