Commit Graph

3783 Commits

Author SHA1 Message Date
Higor Eurípedes
afce03a20e (task_http) Abort task on error 2015-11-23 22:45:36 -03:00
twinaphex
00a0ab3fac Yet more HAVE_LIBRETRODB ifdefs - hope these are the last 2015-11-24 01:57:33 +01:00
twinaphex
075a4891dc Buildfix/move input code around 2015-11-24 01:18:00 +01:00
twinaphex
6e86dd5491 More HAVE_LIBRETRODB ifdefs 2015-11-24 01:14:23 +01:00
twinaphex
f0b3731e4f Ifdef more scanning code 2015-11-24 01:12:50 +01:00
Higor Eurípedes
1d946a1b27 (task_file_transfer) Fix --disable-zlib builds 2015-11-23 20:41:25 -03:00
twinaphex
f358962e40 Fix typo 2015-11-23 23:48:22 +01:00
twinaphex
86f0bdd3d8 ifdef certain code with HAVE_LIBRETRODB 2015-11-23 23:45:01 +01:00
Twinaphex
e7c7c4515a Merge pull request #2450 from lakkatv/xmb
(XMB) Load boxarts from subfolders named after the system name in no-…
2015-11-23 23:31:02 +01:00
Jean-André Santoni
0789e9f394 (XMB) Load boxarts from subfolders named after the system name in no-intro. Start following the convention of no-intro-screenshot-reloaded to get title screenshots, or in game screenshots, and we will add boxarts by ourselves later. 2015-11-24 05:21:29 +07:00
Twinaphex
e0b90e6d11 Don't call driver_set_nonblock_state when we are about to shutdown 2015-11-23 23:18:40 +01:00
twinaphex
b5480d85a1 Remove unused variable 2015-11-23 22:36:50 +01:00
Twinaphex
20c08a6137 Merge pull request #2448 from heuripedes/tasks
Tasks
2015-11-23 22:35:47 +01:00
twinaphex
09fe26257c header include changes 2015-11-23 21:58:39 +01:00
Higor Eurípedes
4b8a2ebad7 Fix build 2015-11-23 17:42:01 -03:00
Higor Eurípedes
935e03fa97 Reimplement http transfers using tasks 2015-11-23 17:42:01 -03:00
Higor Eurípedes
5d92e9061c Reimplement image loading using tasks 2015-11-23 17:42:01 -03:00
Higor Eurípedes
c21ffeff71 Reimplement content scanning using tasks 2015-11-23 17:42:01 -03:00
twinaphex
e0f0590269 Rearrange header includes 2015-11-23 19:40:09 +01:00
twinaphex
389cf13db5 Don't reference driver->video_data outside of gx/video_driver.c anymore 2015-11-23 18:51:04 +01:00
Alcaro
09d6897c2f Wipe some sign compare warnings. 2015-11-23 18:40:32 +01:00
twinaphex
efb1d741f9 Update 2015-11-23 16:06:48 +01:00
twinaphex
c7dc83533a Add param to video_driver_get_ptr for grabbing the nonthreaded
data state
2015-11-23 16:06:09 +01:00
twinaphex
9b41061143 Rename driver->video 2015-11-23 14:14:12 +01:00
twinaphex
5854f83d19 Turn another function static 2015-11-23 12:17:16 +01:00
twinaphex
78ba80662f (menu_setting.c) Turn function static 2015-11-23 12:16:22 +01:00
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
twinaphex
d65a445acd Fix concurrency issue with global->verbose 2015-11-22 20:50:39 +01:00
twinaphex
2f8f030f85 Hide away Gamepad Mapping Type until it is useful on more
than just iOS
2015-11-22 14:07:24 +01:00
twinaphex
2b4bfdb91d Remove unused variables 2015-11-22 13:33:45 +01:00
twinaphex
85dbeeb8f9 No more video_monitor.h 2015-11-22 13:32:46 +01:00
Jean-André Santoni
9b8c8bfd21 Allow resetting the core associations to N/A with start 2015-11-22 02:10:22 +07:00
Jean-André Santoni
19e3b35d7d Disable rounding of the icon size, makes the icons blurry in some case, but should also fix positionning bugs on some resolutions 2015-11-22 02:08:03 +07:00
twinaphex
aa1e8dc543 (menu_setting) Refactor this macro mess 2015-11-21 16:32:22 +01:00
twinaphex
96b41b43b5 Cleanups 2015-11-21 11:24:02 +01:00
twinaphex
e3c09e00b9 Move setting to function 2015-11-21 11:22:34 +01:00
twinaphex
f0ac86820b (menu_setting.h) Put macros inside headers 2015-11-21 09:47:09 +01:00
twinaphex
d839157d13 (menu_setting.c) Add do{}while(0) to macros 2015-11-21 09:45:05 +01:00
twinaphex
0f33722f5d Refactor Wii per-game resolution mode to be somewhat generic 2015-11-21 08:56:24 +01:00
twinaphex
de44911092 (PS3/Wii) Reimplement video resolution code 2015-11-21 08:39:46 +01:00
twinaphex
1c3ba76e67 (PS3) Implement video output get prev/next 2015-11-21 07:54:42 +01:00
twinaphex
4f0cec7b1e Buildfixes 2015-11-20 21:22:26 +01:00
twinaphex
e09e65e348 Add RARCH_DISPLAY_CTL_GET_NEXT_VIDEO_OUT 2015-11-20 21:20:12 +01:00
twinaphex
e1ac9aed6b Add RARCH_DISPLAY_CTL_MONITOR_RESET 2015-11-20 19:04:00 +01:00
twinaphex
ddde58caf4 Simplify video_driver_get_ptr 2015-11-20 18:50:21 +01:00
twinaphex
9e65c3ed4c Remove aspect ratio options that nobody seems to use 2015-11-20 18:07:14 +01:00
twinaphex
3162bb796a Reduce video_driver_get_ptr calls 2015-11-20 17:46:42 +01:00
twinaphex
4ede2d1f70 reduce video_driver_get_ptr calls 2015-11-20 17:45:10 +01:00
Alcaro
d4383de600 Fix accents broken by commit 5aad0eb. 2015-11-20 15:57:13 +01:00
twinaphex
32d070564b Some cleanups 2015-11-20 15:48:38 +01:00