Commit Graph

41010 Commits

Author SHA1 Message Date
twinaphex fbf4b4813c Cleanup path_set_redirect - no more hashes 2017-12-06 20:52:29 +01:00
twinaphex fd23a751e4 Fix joypad_driver 2017-12-06 20:40:18 +01:00
twinaphex 4e9cb21e03 Don't use hashes 2017-12-06 20:38:22 +01:00
twinaphex d5b3104cfb Cleanups/warning fixes 2017-12-06 19:51:07 +01:00
twinaphex b1f1f519d5 Don't redefine HAVE_GL_SYNC 2017-12-06 18:28:57 +01:00
twinaphex 23e6f0be37 Update 2017-12-06 16:54:23 +01:00
twinaphex a53927c5aa Fix PS3 build 2017-12-06 16:53:19 +01:00
twinaphex 06a948c706 Update 2017-12-06 14:27:14 +01:00
twinaphex 30eb7f91b4 Fix Coverity warning 2017-12-06 14:25:41 +01:00
twinaphex 47a19483d1 Don't show Overlay Settings if HAVE_OVERLAY is not defined 2017-12-06 12:43:02 +01:00
twinaphex 0cd5b9d14c Update CHANGES.md 2017-12-06 12:04:04 +01:00
Brad Parker 1755cdcdf3 Update CHANGES.md 2017-12-06 01:41:06 -05:00
Brad Parker 75eed7997b GDI: use configured message color for OSD/menu text 2017-12-06 01:41:00 -05:00
Brad Parker 1828e891ad Update CHANGES.md 2017-12-06 00:57:57 -05:00
Brad Parker 21dc650000 update JP translation 2017-12-06 00:57:35 -05:00
twinaphex 24b02bc062 Update CHANGES.md 2017-12-06 04:52:51 +01:00
twinaphex de9b0127f8 (MSVC) Buildfix 2017-12-06 04:33:54 +01:00
Andrés 0c9fce98a2 fix vid/pid enumeration on xinput controllers when the xinput controllers are interleaved with dinput (#5872) 2017-12-05 22:07:48 -05:00
twinaphex 27e5adad27 Cleanups 2017-12-06 04:05:38 +01:00
Twinaphex d881931254
Merge pull request #5867 from hiddenasbestos/more_devices
Don't limit available input devices to user count.
2017-12-06 01:43:52 +01:00
Twinaphex 6876e27e51
Merge pull request #5865 from fr500/master
Improve vscode support
2017-12-05 23:19:31 +01:00
Brad Parker f5ea4a0c65 dinput: add missing function parameter 2017-12-05 17:19:17 -05:00
David Walters 8907a1251e Only show " (#x)" after a device name if it's part of a set (x of y similarly named devices) 2017-12-05 22:10:34 +00:00
David Walters 609bcb4dc2 fix device indexing 2017-12-05 22:03:56 +00:00
Twinaphex 300dbdf883
Merge pull request #5866 from ToKe79/fix-glsync-build-error
GLsync build fix for HAVE_OPENGLES2
2017-12-05 23:03:30 +01:00
David Walters 0d189ae067 Don't limit available input devices to user count. 2017-12-05 21:21:29 +00:00
ToKe79 6bb2a0e142 GLsync build fix for HAVE_OPENGLES2 2017-12-05 21:58:01 +01:00
radius dbe6af08dd Improve vscode support
add c properties

add ming32 config too

rename tasks to allow other targets
2017-12-05 14:50:40 -05:00
Brad Parker bc4bbe79aa don't define UNICODE at all, we don't need it and it causes dinput problems (names are wchar_t) 2017-12-05 14:26:59 -05:00
twinaphex 2bdf4a5bb4 update 2017-12-05 20:08:18 +01:00
twinaphex 408878a7e1 Start making it possible for xinput_joypad to be used without
DirectInput
2017-12-05 20:04:12 +01:00
Twinaphex 7ab7ed35b7
Merge pull request #5863 from bparker06/xinput
xinput: copy VID/PID from dinput so autoconfig does not rely solely on HID name
2017-12-05 20:01:16 +01:00
bparker06 4c9bde61b5
dinput: fix memory leak of joypad name 2017-12-05 13:54:15 -05:00
Twinaphex 4d21a77d9b
Merge pull request #5864 from djipi/master
Added Visual Studio 2017 support
2017-12-05 19:48:05 +01:00
Jean-Paul Mari 3eb5b757c3
Merge pull request #2 from libretro/master
Merge #2
2017-12-05 12:51:58 -05:00
Brad Parker 35ab48ee61 xinput: copy VID/PID from dinput so autoconfig does not rely solely on HID name 2017-12-05 12:47:52 -05:00
Jean-Paul Mari 38b899e4d6 Added Visual Studio 2017 support
The msvc-2017 is based on msvc-2015
2017-12-05 11:23:38 -05:00
twinaphex db4387bd30 See if it's always defined this way 2017-12-05 17:10:31 +01:00
Twinaphex 763e6f766c Silence warning 2017-12-05 16:58:20 +01:00
twinaphex b69622ea88 Avoid usage of GLsync type 2017-12-05 16:56:33 +01:00
twinaphex 32c1c3134e Fix another C89 issue 2017-12-05 16:45:57 +01:00
twinaphex f9fa2ab2b7 More C89_BUILD fixes 2017-12-05 16:44:05 +01:00
twinaphex 863858ab00 Can't have anonymous variadic macros in C89 2017-12-05 16:42:37 +01:00
twinaphex 3e81996bd3 Update D3D headers 2017-12-05 16:40:13 +01:00
twinaphex 3ede6a9aeb Some C89_BUILD fixes 2017-12-05 16:35:03 +01:00
twinaphex de900325c6 More C89_BUILD fixes 2017-12-05 16:31:58 +01:00
twinaphex 88b85c2d15 Fix it for C89 2017-12-05 16:27:39 +01:00
twinaphex 69295c2179 Fix BIT_GET 2017-12-05 16:20:52 +01:00
twinaphex 4cb739d45a Update CHANGES.md 2017-12-05 16:09:44 +01:00
twinaphex 4b4ae0c1a0 Update CHANGES.md 2017-12-05 16:09:19 +01:00