Commit Graph

3838 Commits

Author SHA1 Message Date
twinaphex
49b9ccd467 Remove dead code 2015-11-24 18:11:11 +01:00
Higor Eurípedes
92683976a5 Add user_data pointer to rarch_task_push_image_load() 2015-11-24 13:50:44 -03:00
Twinaphex
a59fd56059 Merge pull request #2458 from lakkatv/xmb
(Menu) Fix a segfault in playlist associations
2015-11-24 17:40:33 +01:00
aliaspider
be5755fe59 (3DS) build fix. 2015-11-24 12:02:02 +01:00
Jean-André Santoni
f834c23222 (Menu) Fix a segfault in playlist associations 2015-11-24 16:05:08 +07:00
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
twinaphex
6286e4b74c Add RARCH_DISPLAY_CTL_CACHED_FRAME_RENDER 2015-11-20 15:34:10 +01:00
twinaphex
7141210d15 Remove video_driver_has_windowed 2015-11-20 15:20:54 +01:00
twinaphex
533b799692 Create video_driver_ctl and get rid of video_driver_get_frame_count 2015-11-20 15:08:27 +01:00
twinaphex
68de1b571f Check if global is non-NULL instead 2015-11-20 13:58:19 +01:00
twinaphex
b5588231ec (Menu) fix warnings - can't return NULL here 2015-11-20 13:45:02 +01:00
twinaphex
5aad0ebc1b (menu_hash_it.c) Update 2015-11-20 12:57:50 +01:00
Jean-André Santoni
fe02f2ab86 Implement core assignation switching 2015-11-20 05:20:13 +07:00
Jean-André Santoni
632408c70d Prevent loosing core assignations for playlists that doesn't exist yet, or doesn't exist more 2015-11-20 03:23:20 +07:00
twinaphex
27152a4486 Create menu_displaylist_parse_playlist_associations 2015-11-19 18:46:29 +01:00
Twinaphex
7cee03af72 Merge pull request #2433 from lakkatv/xmb
(XMB) Fix boxart when opening the contextual menu, and when comming b…
2015-11-19 17:43:29 +01:00
Jean-André Santoni
e8b484d93e (XMB) Fix boxart when opening the contextual menu, and when comming back from the game 2015-11-19 23:39:48 +07:00
Higor Eurípedes
fe36eb6bdd (zarch) Fix CXX_BUILD GCC warnings 2015-11-19 09:56:15 -03:00
twinaphex
d113f218a2 remove unused variable 2015-11-19 11:39:22 +01:00
Jean-André Santoni
839d539b38 (Menu) Let sort the playlist entries before pushing them. Fixes the playlist bug on GLUI. 2015-11-19 16:16:12 +07:00
Jean-André Santoni
bc44bf4d82 (Menu) Hide achievement list if cheevos is disabled 2015-11-19 15:18:28 +07:00
Jean-André Santoni
7f1d91caa5 (XMB) Display achievement list icon 2015-11-19 15:14:19 +07:00
twinaphex
cdbd010726 Fix label bug to do with CORE_OPTION_CREATE 2015-11-19 06:55:27 +01:00
twinaphex
588b4259f7 Rename d3d_wrapper to d3d_common 2015-11-18 13:00:13 +01:00
twinaphex
a4ae655ff4 Start going through rarch_main_ctl for grabbing fullpath 2015-11-18 11:43:25 +01:00
twinaphex
2b727fa941 Add RARCH_MAIN_CTL_SET_LIBRETRO_PATH/RARCH_MAIN_CTL_SET_CONTENT_PATH 2015-11-18 11:15:42 +01:00
twinaphex
a3a5a82d47 (GL) doesn't access global state anymore 2015-11-18 03:08:19 +01:00
radius
f120ebab45 check NULL pointer derefences on overrides and remaps too 2015-11-17 18:23:45 -05:00
twinaphex
65e60be271 (RMenu) BUildfixes 2015-11-17 23:34:31 +01:00
twinaphex
ff03f83994 (Xbox 1) Some preliminary build fixes 2005-04-23 20:22:55 +02:00
twinaphex
e5d3f5b8b7 (menu_display_d3d) XBOX build fixes 2015-11-17 11:31:48 +01:00
twinaphex
8db2084001 (XUI) Another buildfix 2015-11-17 11:30:08 +01:00
twinaphex
82c776c00c (XUI) More build fixes 2015-11-17 11:28:08 +01:00
twinaphex
88b86af892 (XUI) More build fixes 2015-11-17 11:26:29 +01:00
twinaphex
57a9174c5d (XUI) More build fixes 2015-11-17 11:23:42 +01:00
twinaphex
dbdb6cb071 (XUI) More build fixes 2015-11-17 11:22:00 +01:00
Ezio-PS
a0be4bcf4a Updated Italian translation 2015-11-17 09:15:37 +01:00
twinaphex
239ae7de53 Move gl_common to gfx/common 2015-11-17 08:01:33 +01:00
twinaphex
3dcca7e060 Cleanups 2015-11-17 00:37:13 +01:00
twinaphex
46d1900b3b Fix code 2015-11-17 00:34:05 +01:00
twinaphex
bd479556db Add break to menu_hash_es.c 2015-11-16 19:13:30 +01:00
twinaphex
08ed23ae0c 'Add Tab' can't be translated right now either 2015-11-16 09:17:22 +01:00
twinaphex
0e2d7017e0 (menu_hash_it.c) Can't translate tab strings right now 2015-11-16 09:11:31 +01:00
Ezio-PS
bb5b5a7608 Added Italian translation 2015-11-16 08:43:37 +01:00
twinaphex
1a853f27fc Disable ui_companion_start_on_boot for iOS 2015-11-16 05:52:55 +01:00
Twinaphex
49d47e2362 remove some unused variables 2015-11-16 04:32:47 +01:00
radius
5e5133087a Fix memory leak 2015-11-15 22:17:43 -05:00
radius
d677b94241 create the directory if it doesn't exist 2015-11-15 22:10:58 -05:00
radius
9f99bef9f2 allow saving of per-game core options 2015-11-15 22:09:39 -05:00
radius
5ef592b59a use the setting instead of always trying to use per-game options 2015-11-15 22:08:08 -05:00
radius
02f43ba0a1 use the setting instead of always trying to use per-game options 2015-11-15 22:07:51 -05:00