index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/osdlib_unix.cpp: Added code to detect attached debugger on Linux.
Vas Crabb
4 days
1
-5
/
+46
*
osd: Added helper for getting CPU cache line size.
Vas Crabb
2025-01-13
3
-0
/
+79
*
file selector: Add midi connection selection to midi ports
Olivier Galibert
2024-10-29
2
-0
/
+7
*
Cleaned up the mess from #12610:
Vas Crabb
2024-08-27
1
-1
/
+1
*
gdbstub: add -debugger_host option (#12610)
Ramiro Polla
2024-08-08
2
-0
/
+3
*
-osd: Update slider list on demand rather than on frame updated (fixes MT08857).
Vas Crabb
2024-04-27
2
-6
/
+25
*
input/input_sdl.cpp: Added an SDL lightgun provider.
Vas Crabb
2024-04-26
1
-0
/
+1
*
osd: Cleaned up MIDI and network interfaces a little more.
Vas Crabb
2024-03-01
2
-5
/
+43
*
Skeleton driver for 600 Cellular Activation Tester (#11225)
MooglyGuy
2023-05-13
1
-1
/
+1
*
osdlib.h: Add missing #include
AJR
2023-05-06
1
-0
/
+1
*
Miscellaneous improvements:
Vas Crabb
2023-04-14
4
-29
/
+29
*
Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup.
Vas Crabb
2023-04-13
1
-2
/
+2
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
2
-2
/
+2
*
Various cleanups:
Vas Crabb
2023-02-27
1
-1
/
+1
*
Update accumulating relative inputs exactly once per frame.
Vas Crabb
2023-02-24
2
-6
/
+6
*
osd: Don't pump events when reading inputs.
Vas Crabb
2023-02-23
2
-0
/
+10
*
bgfx: Refined configuration handling:
Vas Crabb
2023-02-02
1
-8
/
+8
*
osd: Fixed BGFX crash on toggling fullscreen on Linux.
Vas Crabb
2023-02-02
1
-2
/
+2
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
2
-74
/
+66
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
2
-27
/
+14
*
Miscellaneous fixes and refactoring:
Vas Crabb
2023-01-28
2
-76
/
+25
*
osd: Added option to accept SDL game controller/joystick input when losing UI...
Vas Crabb
2023-01-14
2
-1
/
+4
*
osd: Added support for mapping files to sdlgame joystick provider and made it...
Vas Crabb
2023-01-14
2
-126
/
+139
*
-osd: Improved SDL Game Controller joystick provider:
Vas Crabb
2023-01-13
1
-1
/
+1
*
-osd: Better XInput and SDL game controller input enhancements:
Vas Crabb
2023-01-12
1
-1
/
+2
*
util/options.cpp: Fixed overriden default option values from OSD.
Vas Crabb
2022-12-19
1
-2
/
+2
*
osd/modules/file: Don't magically substitute environment variables when openi...
npwoods
2022-12-17
1
-2
/
+2
*
Patched up some gaps in functionality and fixed some bugs.
Vas Crabb
2022-09-02
5
-33
/
+211
*
OSD/network interface cleanup
AJR
2022-08-28
1
-0
/
+1
*
remove not used template function
Miodrag Milanovic
2022-07-07
1
-8
/
+0
*
Clean up #includes in src/osd (#10029)
ajrhacker
2022-07-04
2
-21
/
+47
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-116
/
+116
*
-bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ...
MooglyGuy
2022-03-12
1
-1
/
+1
*
Removed extra semicolons after function bodies in remaining headers. (#9277)
0kmg
2022-02-07
1
-1
/
+1
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
2
-16
/
+0
*
Remove uwp specific sources
Miodrag Milanovic
2021-10-26
2
-209
/
+0
*
Updated help text for bgfx_backend
Robbbert
2021-08-13
1
-1
/
+1
*
sound: Pulseaudio support
Olivier Galibert
2021-04-16
1
-0
/
+3
*
Changed audio_latency valid range from 1-5 to 0-5 (#7916)
987123879113
2021-04-01
1
-1
/
+1
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
coretmpl.h: Move lru_cache_map to separate header
AJR
2021-02-03
1
-0
/
+1
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
5
-18
/
+32
*
Much more core std::string_view modernization
AJR
2021-01-20
2
-9
/
+9
*
Fix DRC build breakage under Emscripten. [Justin Kerk]
Justin Kerk
2021-01-06
1
-0
/
+2
*
cpu: Allow recompilers to work with W^X policy
Vas Crabb
2021-01-06
5
-203
/
+352
*
Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, b...
arbee
2020-12-28
1
-0
/
+5
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
2
-13
/
+13
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
2
-3
/
+3
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-2
/
+2
*
use C++ library includes (nw)
firewave
2020-01-22
4
-6
/
+6
[next]