Commit Graph

842 Commits

Author SHA1 Message Date
twinaphex
96ffd8e025 Revert "Remove HAVE_COMPRESSION ifdefs in file_path.c"
This reverts commit 4103b70833.
2016-12-17 12:55:38 +01:00
twinaphex
4103b70833 Remove HAVE_COMPRESSION ifdefs in file_path.c 2016-12-17 12:20:49 +01:00
twinaphex
5364b0b837 Move compression-related code outside of libretro-common file_path.c
and move it into RetroArch's file_path_special.c file instead
2016-12-17 11:54:46 +01:00
twinaphex
2153f3f011 Check if autodetect is enabled at beginning of connect task 2016-12-16 15:18:04 +01:00
twinaphex
209305f944 Connect task now sets PID/VID too 2016-12-16 14:02:11 +01:00
twinaphex
d9def056e7 The 'connect' task now sets the device name upon completion 2016-12-16 12:33:56 +01:00
twinaphex
62f5b2d3c3 The disconnect task now clears the device name 2016-12-16 12:20:31 +01:00
twinaphex
ee7787dd52 (task_decompress.c) Don't log this 2016-12-15 21:21:39 +01:00
twinaphex
f80d838aa0 Revert "make state screenshots non-gpu"
This reverts commit e0989d0b9e.
2016-12-12 14:14:45 +01:00
radius
e0989d0b9e make state screenshots non-gpu 2016-12-11 12:30:20 -05:00
twinaphex
a5a594f619 Don't push screenshot to image history if we are just saving
a state
2016-12-11 10:34:12 +01:00
twinaphex
b3aef50dff Move update_firmware_status to tasks/task_content.c 2016-12-06 08:28:26 +01:00
twinaphex
0d1fcbbe1e (task_screenshot.c) Prevent memory leak 2016-12-06 06:56:07 +01:00
twinaphex
1b3b0c26d1 take_screenshot - simplifications 2016-12-06 06:54:30 +01:00
twinaphex
86a222e0e6 Create just one screenshot function 2016-12-06 06:52:57 +01:00
Brad Parker
94915815ae use task message system 2016-12-06 00:24:45 -05:00
twinaphex
81096a27b9 Fix one Coverity issue 2016-12-05 07:06:32 +01:00
twinaphex
d0cc1afe0a (tasks) Style nits 2016-12-04 19:12:35 +01:00
twinaphex
47274607f4 (tasks) * Respect 80-char limit - * Fix leaking of ssid_list in task_wifi.c 2016-12-04 19:08:24 +01:00
twinaphex
1386476792 Cleanups 2016-12-04 05:53:44 +01:00
twinaphex
3dc944977c (task_autodetect.c) Fix memory leak 2016-12-04 05:50:50 +01:00
twinaphex
e2b27f6dc7 (tasks) Cleanups 2016-12-04 04:30:43 +01:00
twinaphex
0c74d19112 (tasks/task_save) Replace some instances of runloop_msg_queue_push 2016-12-03 06:46:53 +01:00
twinaphex
697760d580 Silence some warnings 2016-12-03 06:09:55 +01:00
Gregor Richards
0577749fae Netplay LAN scanning is go! (sort of) 2016-12-02 22:40:26 -05:00
Gregor Richards
addff325d0 Netplay discovery LAN scanning task (incomplete) 2016-12-02 18:56:29 -05:00
twinaphex
642310e08a Remove runloop.h header include from many files 2016-12-02 06:19:27 +01:00
Jean-André Santoni
b8db914af4 Fix savestate thumbnail path when screenshot dir is set 2016-12-01 23:24:16 +01:00
Twinaphex
4c41c7a3d0 Fix for when a device is not able to be autoconfigured - properly finish
the task then
2016-12-01 23:03:09 +01:00
twinaphex
02c0e8013b C89_BUILD fixes 2016-12-01 22:59:00 +01:00
twinaphex
230d7105fd CXX_BUILD fix 2016-12-01 22:57:43 +01:00
twinaphex
22e1854b8c Get rid of runloop.h header include 2016-12-01 22:49:16 +01:00
Jean-André Santoni
2cc4bef3aa Do the screenshot in the savestate callback 2016-12-01 22:39:13 +01:00
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 0aca3d04c0.
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