summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/src/events/SDL_events.c
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2025-05-04 09:21:37 +0200
committer GitHub <noreply@github.com>2025-05-04 17:21:37 +1000
commit9a6a5af4ccff9cf329858736ae0a4e4d9a514d5f (patch)
tree2c3da3a2586a73a8cd205a3a9385cdcaeded99d2 /3rdparty/SDL2/src/events/SDL_events.c
parentf60ad2f9119bc352487c6b0059a4ea1f56038285 (diff)
phoenix/phoenix.cpp: Dumped the palette PROMs for Next Fase. (#13664) [Jordi Tuells]HEADmaster
Diffstat (limited to '3rdparty/SDL2/src/events/SDL_events.c')
0 files changed, 0 insertions, 0 deletions
ata size from a watchpoint (#7837) Scott Percival2021-03-032-6/+6 * Suggested changes to MacOS to build reqs (#7715) mac-a-r0ni2021-01-291-17/+6 * Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-294-209/+209 * Update "2020" text to "2021" (#7713) Stiletto2021-01-283-3/+3 * -docs update: Vas Crabb2021-01-232-84/+165 * Merge tag 'mame0227' into mainline-master Vas Crabb2020-12-314-15/+28 |\ | * version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-314-15/+28 * | luareference.rst: Move the luareference-input properties together AJR2020-12-261-3/+3 * | natkeyboard: Remove from ioport_manager AJR2020-12-261-5/+5 |/ * Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-272-20/+45 * docs: Fix up the instantiation sections in the Lua reference. Vas Crabb2020-12-271-60/+60 * More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-272-41/+555 * docs: Fix mistake on which key was SDL-specific and which was non-SDL AJR2020-12-241-2/+2 * docs: Update list of default keys due to recent removals AJR2020-12-241-7/+2 * Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-202-27/+36 * More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-182-10/+608 * -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-162-3/+1194 * -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-134-3/+1005 * docs: Fix a bunch of errors from not reading what I wrote (thanks Ryan). Vas Crabb2020-12-091-9/+9 * -Lua engine cleanup, input edition: Vas Crabb2020-12-093-73/+292 * -luaengine_render.cpp: Work around MSVC ambiguous overload error. Vas Crabb2020-11-263-57/+81 * Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-231-7/+7 * Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-0/+97 * -Switch to building MAME as C++17. Vas Crabb2020-11-151-4/+4 * -emu/devfind: More cleanup/consistency changes. Vas Crabb2020-11-131-9/+366 * Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+2 * -emu/dirom.{h,ipp}: Cleaned up and made it stricter. Vas Crabb2020-11-093-105/+180 * docs: Wrote another section of object finder documentation. Vas Crabb2020-11-093-343/+714 * emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-0/+22 * -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-3/+236 * -docs: Started writing page on object finders with worked examples. Vas Crabb2020-11-052-2/+208 * -hp3478a.cpp: Made LCD segments dark in internal artwork.