summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/Xcode-iOS/Demos/src/touch.c
diff options
context:
space:
mode:
author Peter Ferrie <peter.ferrie@gmail.com>2019-02-04 10:05:46 -0800
committer R. Belmont <rb6502@users.noreply.github.com>2019-02-04 13:05:46 -0500
commite769e76ce4fb38d535cf32d27cf35c278ff207e0 (patch)
tree8568a04c0196c576ff8d8a2a3f2bbb8d9b1bc225 /3rdparty/SDL2/Xcode-iOS/Demos/src/touch.c
parente22ffab3fa855e8624d090996b53376d4c6756e0 (diff)
enable sub-second snapshot timers (nw) (#4493)
* enable sub-second snapshot timers (nw) * switch to attotime, accept doubles * support LLVM extension in MSVC make vsllvm using extension from here: https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain
Diffstat (limited to '3rdparty/SDL2/Xcode-iOS/Demos/src/touch.c')
0 files changed, 0 insertions, 0 deletions
p;id=c9922586a39b1325d470af995f1e8bd9ecce1be9'>some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1 * src/devices: some more MCFG macros removal (nw) Ivan Vangelista2019-01-111-7/+7 * bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-4/+4 * i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1 * -i8257: Removed MCFG, nw mooglyguy2018-09-041-4/+4 * i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4 * devcb3 Vas Crabb2018-07-071-3/+3 * cleanup (nw) Vas Crabb2018-07-061-3/+4 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-3/+5 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-12/+14 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-8/+8 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * fix private/protected declarations on sagitta180 driver Felipe Corrêa da Silva Sanches2017-11-191-5/+7 * fix indentation (use tabs instead of spaces) Felipe Corrêa da Silva Sanches2017-11-191-79/+76 * sagitta180: declare DIPLOCATION for DSW1 Felipe Corrêa da Silva Sanches2017-11-061-1/+7 * sagitta180: documenting serial settings dipswitches Felipe Corrêa da Silva Sanches2017-11-061-8/+14 * updating header with TODO and acknowledging Werner Moecke's help in inspectin... Felipe Corrêa da Silva Sanches2017-11-061-0/+14 * sagitta180: declaring an rs232 serial port Felipe Corrêa da Silva Sanches2017-11-051-14/+32