| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Slightly cleaned up OSD input modules. | 2021-07-29 | 1 | -25/+28 | |
| | | | | | | | | | | | Removed support for DirectInput 7 and earlier. It hasn't been tested in years, and it's not relevant on any supported OS. DirectInput is effectively finalised at version 8, and is unlikely to get an API update in the future. Use more string[_view] and fewer C strings, and tightened up scope of a few things. | ||||
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef | ||||
| * | Don't process every character individually when searching - this reduces | 2017-08-10 | 1 | -1/+1 | |
| | | | | | | | lag if you keep typing while a big list is searched. (nw) patch up German translation | ||||
| * | UWP: Fix alt key input (nw) | 2017-01-11 | 1 | -1/+15 | |
| | | |||||
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 1 | -2/+0 | |
| | | |||||
| * | srcclean (nw) | 2016-11-27 | 1 | -26/+26 | |
| | | |||||
| * | UWP: keyboard scancodes start at 1 (nw) | 2016-11-17 | 1 | -2/+6 | |
| | | | | | Also thread synchronization which will be needed later when we have multiple windows (nw) | ||||
| * | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 1 | -5/+3 | |
| | | | | | * Change window handle storage to template instead of void* (nw) | ||||
| * | UWP: Missing gamepad reset caused control sticking (nw) | 2016-11-15 | 1 | -0/+5 | |
| | | |||||
| * | UWP: Hotkeys for gamepad plus more time for gamepad discovery (nw) | 2016-11-15 | 1 | -3/+26 | |
| | | |||||
| * | UWP: Better keyboard key names (nw) | 2016-11-15 | 1 | -5/+8 | |
| | | |||||
| * | UWP: Enable gamepad support and update keyboard support (nw) | 2016-11-14 | 1 | -61/+504 | |
| | | |||||
| * | Add basic keyboard input to UWP (nw) | 2016-11-11 | 1 | -0/+161 | |
