49494 Commits

Author SHA1 Message Date
twinaphex
334c64d159 (Android) Simplify input code 2019-06-23 15:55:40 +02:00
twinaphex
1e863b0f4d Optimal way of grabbing all button states in a bitmasked value -
should allow us to do only one function call to the RA input
driver's input state callback
2019-06-23 06:09:45 +02:00
twinaphex
eaf221125a (xinput_joypad.c) Small cleanups 2019-06-23 03:23:16 +02:00
twinaphex
d4ed0358a7 (dinput.c) Cleanups 2019-06-23 03:14:21 +02:00
twinaphex
51365ed387 (input drivers) More simplifications 2019-06-23 02:34:35 +02:00
twinaphex
ceecf4751a Simplify DOS keyboard code 2019-06-23 02:22:54 +02:00
twinaphex
e51a98a295 Simplify android input code 2019-06-23 01:57:12 +02:00
twinaphex
b0382d8f73 (Emscripten) Some buildfixes for platforms with no HAVE_NETWORKING support 2019-06-23 01:28:43 +02:00
twinaphex
4f7f5d2523 (Netplay) Netplay needs to call into video_frame_net 2019-06-22 21:05:35 +02:00
twinaphex
a6a6597f2d video_driver_cached_frame - don't go through function pointer for
frame_cb - call video_driver_frame directly
2019-06-22 20:44:20 +02:00
twinaphex
74e4b05f5a Cleanups 2019-06-22 19:57:47 +02:00
twinaphex
4664e56ca3 Simplify core_run 2019-06-22 19:52:06 +02:00
Twinaphex
5df3b1e221
Merge pull request #9004 from BarryJRowe/master
Fixed indenting.
2019-06-22 18:03:29 +02:00
Barry Rowe
348dac0797 Fixed indenting. 2019-06-22 08:56:46 -07:00
Twinaphex
29e4b8e2c1 Get rid of warning 2019-06-22 15:48:42 +02:00
Twinaphex
84974c7e5c Silence more warnings 2019-06-22 15:09:59 +02:00
Twinaphex
c795d2ade3 Silence more warnings 2019-06-22 14:57:11 +02:00
Twinaphex
596b375da5
Merge pull request #9001 from LazyBumHorse/metal_cocoa_flags
fix shader flags for metal
2019-06-22 14:53:18 +02:00
Twinaphex
bf1951ae37 Fix plethora of warnings on OSX 2019-06-22 14:52:29 +02:00
Twinaphex
8a8b690f85 Possible misuse of comma operator here 2019-06-22 14:25:32 +02:00
LazyBumHorse
b8258a711a workaround for metal not being able to poll shader flags during init 2019-06-22 14:22:34 +02:00
Twinaphex
9180cc5ba2 Cleanup some warnings 2019-06-22 13:44:10 +02:00
Twinaphex
98c1f04635
Merge pull request #8998 from LazyBumHorse/fix_gl_set_shader
fix black screen in gl if video shaders were switched from on to off in the shader menu
2019-06-22 13:18:25 +02:00
Twinaphex
ed2837ff59
Merge pull request #9000 from LazyBumHorse/fix_metal
fix black screen in Metal
2019-06-22 13:17:50 +02:00
Twinaphex
59471efcde
Create FUNDING.yml 2019-06-22 11:20:41 +02:00
LazyBumHorse
b5199d7921 fix black screen in Metal 2019-06-22 11:07:08 +02:00
twinaphex
b225bb08ce Turn DEFAULT_VSYNC on 2019-06-22 03:30:46 +02:00
Twinaphex
4f191850aa
Merge pull request #8999 from BarryJRowe/master
AI Service feature.
2019-06-22 03:27:16 +02:00
Barry Rowe
e9625b3ed9 AI Service feature. 2019-06-21 17:48:35 -07:00
twinaphex
6a72b19907 These files are no longer needed - they are inside retroarch.c 2019-06-22 00:27:51 +02:00
LazyBumHorse
e5421940be fix gl's and d3d9's set_shader not returning to stock if path is NULL 2019-06-21 14:10:55 +02:00
twinaphex
faef9413e3 (retroarch.c) Cleanups - remove static inline function and reduce
it in size
2019-06-21 13:27:12 +02:00
twinaphex
a23928fb89 Split up input_state into input_state_internal - no longer
rely on recursion of function
2019-06-21 12:49:33 +02:00
twinaphex
6de62dc4b0 Buildfix --disable-menu 2019-06-21 12:21:43 +02:00
twinaphex
023d2cb9a9 (Libretro) implement new environment callback RETRO_ENVIRONMENT_GET_INPUT_BITMASKS 2019-06-21 11:21:07 +02:00
twinaphex
20e8dfcba5 (dinput/xinput) Simplifications 2019-06-21 09:00:59 +02:00
twinaphex
2626282757 Revert "Raise menu key repeat delay to account for slow input devices"
This reverts commit d0cde96bd4db86881f08d2922f23b94f15c1e99e.
2019-06-21 07:19:44 +02:00
twinaphex
569dfdfbb4 Move this outside of keys_pressed functions 2019-06-21 07:09:07 +02:00
twinaphex
088a688402 Rename current_input to current_bits 2019-06-21 07:05:20 +02:00
twinaphex
98987239bb Cleanups 2019-06-21 07:01:21 +02:00
Twinaphex
17d49b3167
Merge pull request #8997 from Alexander-TX/double-keypress-fux
Raise menu key repeat delay to account for slow input devices
2019-06-21 06:51:07 +02:00
AlexanderR
d0cde96bd4 Raise menu key repeat delay to account for slow input devices
Fixes duplicated key presses on NEC IR remotes.
2019-06-21 11:35:16 +07:00
Twinaphex
5ad29318a7
Update CHANGES.md 2019-06-21 06:29:17 +02:00
twinaphex
644888ee1a Fix manual bind of menu toggle 2019-06-21 06:28:19 +02:00
twinaphex
affa93bd98 Refactor menu_input_keys_pressed 2019-06-21 05:27:21 +02:00
twinaphex
6b9238198b Cleanups 2019-06-21 04:47:51 +02:00
twinaphex
bc7ba4f5d2 Move menu_input.c into retroarch.c - now all of the input code
should be inside one place - giving us the opportunity to cleanup this
mess
2019-06-21 03:40:48 +02:00
twinaphex
761636a540 (Wiiu) add forward declaration 2019-06-20 21:10:07 +02:00
twinaphex
ef0cedd798 Create macro for input_menu_keys_pressed 2019-06-20 14:12:24 +02:00
Twinaphex
86065e80ff
Merge pull request #8993 from LazyBumHorse/shader_browser_filter
always filter by extensions in shader (preset) file browser
2019-06-20 13:56:18 +02:00