Commit Graph

25187 Commits

Author SHA1 Message Date
twinaphex
7856c4e940 (Android) Cleanups 2015-11-28 18:39:43 +01:00
twinaphex
b06d08a32e Remove some references to driver->input_data 2015-11-28 18:33:59 +01:00
twinaphex
3b903adea1 Don't try to access driver->input_data from outside 2015-11-28 18:26:05 +01:00
twinaphex
be71e654f3 Create input_driver_get_data_ptr 2015-11-28 18:22:05 +01:00
twinaphex
ed71129ee6 Create RARCH_INPUT_CTL_HAS_CAPABILITIES 2015-11-28 17:54:50 +01:00
twinaphex
8ce6582fa4 Create drm_wait_flip 2015-11-28 17:16:19 +01:00
twinaphex
200b41bb58 (dispmanx_gfx.c) Nit 2015-11-28 17:07:52 +01:00
twinaphex
70850c8ca3 (dispmanx_gfx.c) Cleanups 2015-11-28 17:00:44 +01:00
twinaphex
c23846c5dc Merged input_joypad.c and input_joypad_driver.c 2015-11-28 16:22:49 +01:00
twinaphex
1df5d44bdb Rename input/keyboard_line 2015-11-28 16:13:16 +01:00
twinaphex
68169f9ac3 Rename input_get_bind_string_* functions 2015-11-28 16:06:14 +01:00
twinaphex
814a7a174f Get rid of menu/menu.h 2015-11-28 15:59:32 +01:00
twinaphex
b2613904ee Skip menu rendering and sleep when RARCH_MAIN_CTL_IS_IDLE is true 2015-11-28 15:57:27 +01:00
twinaphex
2b4464f30a Implement RARCH_MAIN_CTL_IS_IDLE 2015-11-28 15:03:59 +01:00
Twinaphex
3433a515d1 (iOS) Buildfix 2015-11-28 04:04:33 +01:00
radius
f7b3059dcd change default filter location 2015-11-27 22:01:26 -05:00
twinaphex
778842abe3 Need to sleep for 10ms and return 1 to prevent high CPU usage
in unfocused mode
2015-11-28 03:41:30 +01:00
twinaphex
da8c36b0c3 Don't need sleeping argument anymore for rarch_main_data_iterate 2015-11-28 03:26:01 +01:00
twinaphex
af2efa8a29 (Menu) Render when we are focused 2015-11-28 03:22:20 +01:00
radius
94e145c9b0 disable remote gamepad on android it needs to be added to griffin 2015-11-27 21:11:48 -05:00
Twinaphex
f0d37aed11 Take out this for now 2015-11-28 03:11:07 +01:00
Andrés
7b4be66dab Merge pull request #2489 from fr500/master
build remote gamepad for android
2015-11-27 21:05:55 -05:00
twinaphex
a1226004f5 Revert "Don't render menu if unfocused - reimplement this"
This reverts commit ce7ec0681b.
2015-11-28 03:05:37 +01:00
twinaphex
ce7ec0681b Don't render menu if unfocused - reimplement this 2015-11-28 03:03:26 +01:00
radius
6c2e3061c1 add network gamepad support to android builds 2015-11-27 21:00:50 -05:00
radius
35b36ce2c7 fix label 2015-11-27 20:59:10 -05:00
twinaphex
a3c34a7813 Cleanups 2015-11-28 02:31:19 +01:00
twinaphex
0bce3a9cec Rename some more input_config functions 2015-11-28 02:26:57 +01:00
twinaphex
a6ccc188a8 Rename input_common.c to input_config.c 2015-11-28 02:22:58 +01:00
Twinaphex
bbe9927eea Merge pull request #2488 from heuripedes/master
(gl) Fix invalid enum error
2015-11-28 02:13:46 +01:00
twinaphex
70d782b94a Rename functions to fit input_config_ naming convention 2015-11-28 02:13:27 +01:00
twinaphex
28e035ec6b Move functiosn around 2015-11-28 02:09:11 +01:00
twinaphex
f4b61bd164 Make one static function 2015-11-28 02:05:15 +01:00
Higor Eurípedes
9bc10fef7a (gl) Fix invalid enum error 2015-11-27 21:53:31 -03:00
Twinaphex
406107f1aa (iOS) Fix warning 2015-11-28 01:50:19 +01:00
Twinaphex
565b5d19c9 (iOS) Buildfix 2015-11-28 01:49:18 +01:00
Andrés
32223fa1ba Merge pull request #2485 from fr500/master
set a default port
2015-11-27 19:33:15 -05:00
Twinaphex
fedae36d9b Merge pull request #2487 from heuripedes/master
(gl) Add checks for full npot support
2015-11-28 01:31:38 +01:00
Higor Eurípedes
428bc30a61 (gl) Add checks for full npot support 2015-11-27 21:21:23 -03:00
radius
2b6f7f0647 sleep to avoid flodding the host 2015-11-27 19:01:06 -05:00
twinaphex
7ca0d74005 Don't expose struct in header anymore 2015-11-28 00:59:47 +01:00
twinaphex
0b0b3431b0 Go through input bind map wrapper functions 2015-11-28 00:57:57 +01:00
twinaphex
0ca0bd182b Don't expose input_bind_map outside anymore 2015-11-28 00:51:33 +01:00
twinaphex
1f5b121505 Create input_get_bind_map_base 2015-11-28 00:44:34 +01:00
radius
2ccfdb3f4d set a default port 2015-11-27 18:43:39 -05:00
twinaphex
222b9a2113 Fix CXX_BUILD 2015-11-28 00:40:11 +01:00
twinaphex
9f7afa0862 Some C89_BUILD buildfixes 2015-11-28 00:36:22 +01:00
twinaphex
265e36a5d0 Some CXX_BUILD buildfixes 2015-11-28 00:33:01 +01:00
Twinaphex
51c7ba760c Merge pull request #2484 from fr500/udp-remote
UDP remote gamepad
2015-11-28 00:28:34 +01:00
radius
9312b1fe33 merge with upstream 2015-11-27 18:20:35 -05:00