25021 Commits

Author SHA1 Message Date
radius
1296768d47 add stub driver for network gamepad 2015-11-27 18:08:39 -05:00
radius
9fb3fe6216 add defines for udp gamepad 2015-11-27 18:08:35 -05:00
Twinaphex
5c44d58ba9 Merge pull request #2483 from heuripedes/master
(griffin) Add task_decompress.c
2015-11-27 23:54:54 +01:00
Higor Eurípedes
607e403981 (griffin) Add task_decompress.c 2015-11-27 19:54:19 -03:00
Twinaphex
818f82ee1f Merge pull request #2482 from heuripedes/master
Implement background zip extraction for core/content download
2015-11-27 23:51:53 +01:00
Higor Eurípedes
3feff47a01 (menu) Use the new decompress task in the downloader 2015-11-27 19:48:09 -03:00
Higor Eurípedes
d28965b9f4 Implement zip decompression task 2015-11-27 19:48:09 -03:00
twinaphex
f95be06f13 Buildfix 2015-11-27 23:39:43 +01:00
Twinaphex
4a3b9ffc7c Try to conserve on CPU usage when in sleep mode by skipping
menu rendering
2015-11-27 23:37:23 +01:00
Twinaphex
3e4ba02c9c Merge pull request #2480 from lakkatv/master
(Menu) Fixes #2479 that was caused by bcb54b2eec135ae9c318eb313f2a010…
2015-11-27 23:11:04 +01:00
Jean-André Santoni
63d977d674 (Menu) Fixes #2479 that was caused by bcb54b2eec135ae9c318eb313f2a010b1dfa7aae and resulted in 2000fps on some nvidia cards 2015-11-28 04:40:48 +07:00
twinaphex
a8d868f187 (Android) Implement 'focused' callback for androidegl_ctx 2015-11-27 20:38:29 +01:00
twinaphex
f42098013f Should now idle at menu if pause_nonactive is true 2015-11-27 20:34:43 +01:00
twinaphex
ec9ec9e079 Create RARCH_MAIN_CTL_CHECK_IDLE_STATE 2015-11-27 20:13:52 +01:00
twinaphex
7a831bcea6 Check focus and decide to sleep if 'pause_nonactive' is true 2015-11-27 18:56:11 +01:00
twinaphex
a1ecc5eee3 (Android) Some cleanups in engine_handle_cmd 2015-11-27 18:27:30 +01:00
twinaphex
481202f2e5 (verbosity.h) This might make logging work again on Android 2015-11-27 18:13:15 +01:00
Twinaphex
1bd8e6402a Merge pull request #2478 from heuripedes/master
(menu) Don't lock the user inside the content/core downloader menu
2015-11-27 17:49:52 +01:00
Higor Eurípedes
2dd87e9ea2 (menu) Don't lock the user inside the content/core downloader menu 2015-11-27 13:45:20 -03:00
Twinaphex
869e29c742 Merge pull request #2476 from heuripedes/master
(dir_list_special.c) Fix content directory scanning
2015-11-27 01:44:20 +01:00
Twinaphex
e1f65d5220 Merge pull request #2475 from sergiobenrocha2/master
Add a Low Pass filter for CPS-1/2.
2015-11-27 01:35:41 +01:00
Higor Eurípedes
6d113558d7 (dir_list_special.c) Fix content directory scanning
dir_list_new_special() only considered files that matched the reported
supported extensions and thus users without zip-loading cores could not
successfuly scan a folder full of zip-compressed content.
2015-11-26 21:30:44 -03:00
sergiobenrocha2
7ef52f1da1 Add a Low Pass filter for CPS-1/2. 2015-11-26 22:12:46 -02:00
twinaphex
daeb8cacaf Set idle when APP_CMD_LOST_FOCUS 2015-11-27 00:23:47 +01:00
Alcaro
008db1e21c Disable DRM if it's not going to be used. 2015-11-26 21:29:47 +01:00
twinaphex
dd68465f74 (exynos_gfx.c) Cleanups 2015-11-26 19:38:17 +01:00
twinaphex
5c28a8389a (DRM/EGL) No need to grab context data pointer anymore 2015-11-26 19:12:47 +01:00
twinaphex
7c52d380bf Move memsetting of fds and evctx to drm_common.c 2015-11-26 18:59:36 +01:00
twinaphex
00cf57eac0 Header include drm_common.h already includes essential
DRM headers
2015-11-26 18:57:29 +01:00
twinaphex
9c2813a757 Turn a bunch of variables static 2015-11-26 18:49:58 +01:00
twinaphex
25680ec8a6 Create more DRM common functions 2015-11-26 18:47:07 +01:00
twinaphex
60ead8f6b1 Create drm_get_encoder 2015-11-26 18:23:51 +01:00
twinaphex
0225e2e65a Cleanups 2015-11-26 18:18:44 +01:00
twinaphex
2693e16f1e (Exynos/DRM EGL context driver) Unify more code 2015-11-26 18:05:27 +01:00
twinaphex
7e08f5d908 Create drm_free 2015-11-26 17:34:35 +01:00
twinaphex
e06121b661 Move more common code to drm_common.c 2015-11-26 17:30:01 +01:00
twinaphex
8f9c652693 Add gfx/common/drm_common.c and gfx_common/drm_common.h 2015-11-26 17:12:06 +01:00
Andrés
7037486148 Merge pull request #2471 from heuripedes/master
Fix shader update
2015-11-25 23:21:57 -05:00
Higor Eurípedes
08f098e339 Fix shader update 2015-11-25 23:25:37 -03:00
twinaphex
c720bce8a9 Update variable name/buildfix 2015-11-26 02:29:43 +01:00
twinaphex
53a0079aa2 file_path_special.c - cleanups 2015-11-26 00:27:39 +01:00
twinaphex
cb98cbc1bf Create RARCH_INPUT_CTL_POLL 2015-11-25 20:39:46 +01:00
twinaphex
df948215af Some C89_BUILD fixes 2015-11-25 19:27:33 +01:00
Twinaphex
5b8661b6b5 Merge pull request #2468 from fr500/master
add a hint so the user can tell between devices with the same name
2015-11-25 19:25:56 +01:00
twinaphex
77e4faf5ea Move code around 2015-11-25 18:53:54 +01:00
twinaphex
9643edfac7 Create RARCH_INPUT_CTL_DESTROY 2015-11-25 18:49:37 +01:00
twinaphex
73ce9c0d23 Add another RARCH_INPUT_CTL_* command 2015-11-25 18:33:18 +01:00
twinaphex
92c0907e80 Create more RARCH_INPUT_CTL_* commands 2015-11-25 18:29:28 +01:00
twinaphex
14b2b8ada7 Start creating input_driver_ctl 2015-11-25 18:21:21 +01:00
radius
3ac80f6864 add a hint so the user can tell between devices with the same name 2015-11-24 22:30:51 -05:00