summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix debug assert failure when using SDL fullscreen toggle (nw) AJR2018-08-061-1/+2
* (nw) more render work: Vas Crabb2018-07-311-4/+3
* taptun: add support for Windows (#3790) Patrick Mackinlay2018-07-301-0/+190
* Damn this design is ridiculous, let's just make it a little less crash-prone ... Olivier Galibert2018-07-181-0/+3
* Not going to pretend I understand that code, but that reduces blowups (nw) Olivier Galibert2018-07-181-1/+2
* Fix crash when running a DRC CPU core under Emscripten (#2794). [Justin Kerk] Justin Kerk2018-07-151-2/+2
* Remove running_machine::device() call in QT debugger (nw) AJR2018-07-071-1/+1
* fix building with clang 6.0.1 (nw) smf-2018-07-071-2/+0
* How to remove unwanted macros, or: getting out of discovered "check" (nw) AJR2018-06-291-0/+2
* osdlib: GetCurrentProcessId is valid on uwp (nw) cracyc2018-06-091-1/+1
* Discord plugin try 2 (#3640) cracyc2018-06-089-3/+260
* srcclean (nw) Vas Crabb2018-05-274-9/+9
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+2
* Output system changes [headkaze, R. Belmont] arbee2018-05-064-46/+77
* Set SO_REUSEADDR in posixsocket Sven Schnelle2018-04-161-0/+8
* add missing override (nw) smf-2018-03-152-8/+8
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-2/+7
* Remove first_screen() from kc85, ti990_4, aviwrite.cpp, and huc6270 comments. nw mooglyguy2018-03-101-1/+2
* Removed first_screen from wswan and d3d (nw) Ryan Holtz2018-03-092-4/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-282-26/+26
* Fix exception on exit (nw) AJR2018-01-241-2/+0
* Eliminate core_strdup (nw) AJR2018-01-242-6/+8
* fix compile on GCC 7.2.1 (nw) arbee2018-01-131-0/+1
* -bgfx: Abstracted some view-related functions into bgfx_view class, nw mooglyguy2018-01-134-111/+213
* Convert zippath directory to a C++ interface Vas Crabb2018-01-101-11/+11
* 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
* really fixed MT06623 (don't use uninitialised gamma ramp) (nw) smf-2018-01-051-5/+4
* Updates "2017" strings to "2018" where relevant. Jonathan Holt2018-01-061-1/+1
* drawd3d.cpp: fixed MT06623 (nw) Ivan Vangelista2018-01-051-1/+1
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+1
* Merge pull request #2989 from webghost009/bicubic_opengl R. Belmont2018-01-029-45/+217
|\
| * Fix shader compilation error on AMD Aaron2017-12-312-2/+2
| * Add Bicubic Shader to OpenGL Backend Aaron2017-12-307-8/+181
| * Fix Two Issues with the glsl Bilinear Shader Aaron2017-12-302-37/+36
* | bgfx: Use bgfx::ViewMode::Sequential, fixes handheld overlays, nw mooglyguy2018-01-011-0/+2
|/
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+20
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-1/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-2/+1
* fix MT06785 Vas Crabb2017-12-072-1/+2
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... Miodrag Milanovic2017-12-0111-42/+38
* this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret... Vas Crabb2017-11-291-6/+8
* chdman: Patch to allow chdman to access physical drives on Windows 10 Ted Green2017-11-241-1/+18
* Rationale (nw) AJR2017-10-301-0/+1
* Make SDL input less eager to generate double-click events when mouse doesn't ... AJR2017-10-301-1/+1
* 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
* input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... hap2017-10-172-12/+12
* Revert "xinput: the left+right triggers combined are considered the Z Axis, n... AJR2017-10-132-5/+13