summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix MT06785 Vas Crabb2017-12-072-1/+2
* allow compiler a little more optimisation leeway in x86 count_leading_* (nw) Vas Crabb2017-12-022-8/+6
* 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
* get rid of branches in cout_leading_zeros and ount_leading_ones (nw) Vas Crabb2017-11-182-18/+15
* 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
* Merge popcount implementation in emucore.h with the new eminline (nw) AJR2017-10-241-0/+8
* C+14 dammit (nw) Vas Crabb2017-10-241-2/+2
* Added 32- and 64-bit population count utilities. Only used in ARM7 core for ... Vas Crabb2017-10-241-0/+63
* 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
* xinput: the left+right triggers combined are considered the Z Axis, not Z Axi... hap2017-10-132-13/+5
* Fixed an options overhaul regression (#2530) npwoods2017-10-064-2/+21
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-3/+3
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-185-32/+58
* D3D fix (nw) AJR2017-09-151-1/+1
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-158-34/+45
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1... Miso Kim2017-08-231-0/+3
* (nw) Fixed the build. Robbbert2017-08-131-6/+3
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-102-2/+2
* log failure to get glyph, but keep drawing (nw) Vas Crabb2017-08-081-3/+0
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. Hi... Vas Crabb2017-08-061-43/+64
* log some failures (nw) Vas Crabb2017-08-051-28/+37
* Use proper font metrics on OSX rather than trying to guess advance from glyph... Vas Crabb2017-08-051-67/+38
* Revert "Attempted fix for QT debugger (nw)" Vas Crabb2017-08-011-2/+2
* Attempted fix for QT debugger (nw) AJR2017-08-011-2/+2
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-304-1/+80
* Merge tag 'mame0188' Vas Crabb2017-07-262-17/+18
|\
| * scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb2017-07-241-16/+18
| * In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-242-1/+7
| * stupid API, I'll fix this one day (nw) Vas Crabb2017-07-231-1/+1
* | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-232-1/+7
|/
* srcclean (nw) Vas Crabb2017-07-231-1/+1
* cocoa debugger: save/restore console split positions Vas Crabb2017-07-213-2/+25
* Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb2017-07-211-5/+21
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-213-7/+24
* * Save/restore more Cocoa debugger state Vas Crabb2017-07-2110-9/+111
* Added basic support for saving/restoring Cocoa debugger window state, compati... Vas Crabb2017-07-2019-103/+413
* no reason to prefer inline assembly over MSVC _BitScanReverse intrinsic on x8... Vas Crabb2017-07-091-64/+7
* clean up inlines (nw) Vas Crabb2017-07-093-204/+193
* never hurts to srcclean (nw) Vas Crabb2017-07-091-39/+39
* remove unnecessary verbosity (nw) arbee2017-07-041-3/+2
* output: Fleshed out network output provider so it has the same capability as ... arbee2017-07-041-6/+69
* Misc fixes (nw) Olivier Galibert2017-07-031-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-2/+2
* Merge pull request #2409 from 057a3dd61f99517a3afea0051a49cb27994f94d/sdl-cal... R. Belmont2017-06-251-0/+1
|\