twinaphex
24a689c274
Cleanup
2016-12-01 22:38:19 +01:00
twinaphex
82bea3ba9f
Remove FIXME/TODO
2016-12-01 22:37:27 +01:00
twinaphex
3db866e5dc
disconnect action is a task now too
2016-12-01 22:36:38 +01:00
twinaphex
4a894afc57
Don't make it a blocking task
2016-12-01 22:19:09 +01:00
twinaphex
6a2df4615b
task_autodetect.c- style nits
2016-12-01 22:17:36 +01:00
twinaphex
305b2becbd
input_autoconfigure_connect - now a task
2016-12-01 22:16:06 +01:00
Jean-André Santoni
cbc6bc942e
Merge branch 'master' of https://github.com/libretro/RetroArch
2016-12-01 20:45:23 +01:00
twinaphex
25cc9446e8
Simplify input_autoconfigure_connect
2016-12-01 20:41:41 +01:00
Jean-André Santoni
db8f47cb58
Set task_screenshot to non blocking
2016-12-01 20:40:54 +01:00
twinaphex
f1dd06db20
(task_autodetect.c) Remove header include
2016-12-01 20:39:42 +01:00
twinaphex
d3c22cb0e4
Move input/input_autodetect.c to tasks/task_autodetect.c
2016-12-01 20:38:20 +01:00
Jean-André Santoni
41f1063da3
Hide the screenshot message
2016-12-01 20:32:13 +01:00
Jean-André Santoni
d142ccca02
Never add the date in the screenshot filename if it is a savestate thumbnail
2016-12-01 20:31:07 +01:00
Jean-André Santoni
367dcef0b1
Savestate thumbnails
2016-12-01 20:31:07 +01:00
Jean-André Santoni
70053afd03
Revert "Add way to hide message for screenshot tasks"
...
This reverts commit 0aca3d04c077366f2c28f2071d1cb6706c6855d4.
2016-12-01 20:30:54 +01:00
twinaphex
0aca3d04c0
Add way to hide message for screenshot tasks
2016-12-01 20:22:44 +01:00
Jean-André Santoni
f41e420b44
Unhardcode more strings
2016-12-01 00:49:48 +01:00
Twinaphex
d26905389b
Cleanup
2016-11-30 17:38:14 +01:00
twinaphex
981cbf93c9
Add task_wifi to Griffin
2016-11-30 17:37:42 +01:00
radius
5cf668c302
set the option as false by default for the time being
2016-11-30 10:29:34 -05:00
Twinaphex
12b17a8319
Merge pull request #4109 from libretro/async-wifi
...
Async wifi
2016-11-30 16:10:32 +01:00
radius
7f62fee375
fix close content after loading has been blocked
2016-11-29 23:46:07 -05:00
radius
2e7821e337
add a toggle to the firmware check so it can be overruled
2016-11-29 23:22:22 -05:00
radius
4f760352f4
don't show the message for ten seconds
2016-11-29 22:23:15 -05:00
radius
1b3789edde
better firmware checking
2016-11-29 22:21:44 -05:00
Jean-André Santoni
99ab41be4a
Don't use structs in global_t. Also simplifies the async wifi code.
2016-11-30 01:21:21 +01:00
Jean-André Santoni
bb7a96e9a8
Async Wi-Fi scan
2016-11-30 00:18:27 +01:00
Jean-André Santoni
dc15a880f7
Fix screenshots in content_dir
2016-11-28 01:00:14 +01:00
twinaphex
80798ab924
Remove hacky 'OSK Keyboard' overlay
2016-11-27 02:46:09 +01:00
twinaphex
a50a47b89f
(task_screenshot.c) Cleanup
2016-11-21 09:06:31 +01:00
twinaphex
a7585f9988
Move video_frame.h to libretro-common
2016-11-08 15:35:24 +01:00
twinaphex
279a90a01b
Remove dependencies from gfx/video_frame.c
2016-11-08 15:26:15 +01:00
Brad Parker
e378a4636b
make save/load state messages fully translatable, rename jp.c to ja.c to match proper language code
2016-11-08 08:37:51 -05:00
Jean-André Santoni
6cc14a4fb9
Add missing copyright mention on some files
2016-10-27 18:17:43 +02:00
Brad Parker
d1d5584d18
update copyright
2016-10-27 11:47:10 -04:00
twinaphex
13cc4787f2
Reduce more char variable sizes
2016-10-27 10:19:04 +02:00
twinaphex
456c4c4d58
Remove video_driver_cached_frame_render wrapper function
2016-10-25 00:42:26 +02:00
twinaphex
e11b170173
Cleanups/more translation work
2016-10-22 05:13:37 +02:00
twinaphex
1b944c1cce
Cleanups
2016-10-22 05:10:13 +02:00
twinaphex
c3ab8800f4
Prevent implicit memsets
2016-10-21 05:57:40 +02:00
twinaphex
051c103ea1
Prevent implicit memsets
2016-10-16 01:31:06 +02:00
Francisco José García García
8e329a2072
Merge pull request #3781 from frangarcj/master
...
(VITA) Working scanning content
2016-10-13 17:51:13 +01:00
Francisco José García García
4c19543427
(VITA) Workaround for scanning content
2016-10-13 18:00:40 +02:00
twinaphex
a4b90bcede
Set msg[127] = 0
2016-10-13 13:33:51 +02:00
Brad Parker
88c8c49ef8
skip scanning of compressed files within archives if the core attached to this database supports archive files themselves
2016-10-12 16:14:00 -04:00
Higor Eurípedes
5f883b7ad1
(task_http) Don't use 100% CPU in threaded mode
...
This task is network bound and the HTTP functions use non-blocking I/O,
so task_http_iterate_transfer() returns "too fast" and the worker thread
gets no rest.
2016-10-09 14:44:27 -03:00
twinaphex
82472c82ea
(task_screenshot) Prevent implicit memsets
2016-10-09 10:43:16 +02:00
twinaphex
481ebced22
Prevent implicit memsets
2016-10-09 09:56:03 +02:00
twinaphex
1388220866
(tasks) Don't do implicit memsets in crucial performance-oriented code
2016-10-08 18:31:43 +02:00
twinaphex
7d68a20a97
Silence Deference before null check warning (Coverity)
2016-10-06 05:17:22 +02:00