Commit Graph

29555 Commits

Author SHA1 Message Date
Higor Eurípedes 6257d178ee (retroarch) Move task subsystem initialization to rarch_main_init() 2015-11-24 16:45:28 -03:00
Twinaphex 8a5ba85c9a Cleanups 2015-11-24 20:25:31 +01:00
Twinaphex 11757fdcb7 Merge pull request #2460 from lakkatv/xmb
(XMB) Fix boxart ratio
2015-11-24 19:39:12 +01:00
Jean-André Santoni e6924a725b (XMB) Fix boxart ratio 2015-11-25 01:34:26 +07:00
twinaphex 9fba3de3c3 Cleanups 2015-11-24 18:16:45 +01:00
twinaphex 021ae74612 Remove dead code - rarch_main_data_iterate 2015-11-24 18:13:54 +01:00
twinaphex 49b9ccd467 Remove dead code 2015-11-24 18:11:11 +01:00
Twinaphex 9a31db3783 Merge pull request #2459 from heuripedes/master
things
2015-11-24 17:53:25 +01:00
Higor Eurípedes 92683976a5 Add user_data pointer to rarch_task_push_image_load() 2015-11-24 13:50:44 -03:00
Higor Eurípedes 84cad09983 (Makefile) Add gperftools support 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
twinaphex 6a46b4d1ec Lower PATH_MAX_LENGTH to 512 for 3DS/PSP/Wii/Gamecube/Xbox 1 2015-11-24 17:38:52 +01:00
Twinaphex 39907adf17 Merge pull request #2457 from heuripedes/master
(command_event) Fix crash on unload content
2015-11-24 14:35:37 +01:00
Higor Eurípedes 6e43bd4893 (task_overlay) Fix bug introduced by c342bb4 2015-11-24 10:32:18 -03:00
Higor Eurípedes 3ad560279f (command_event) Fix crash on unload content 2015-11-24 10:26:52 -03:00
Twinaphex 71487c1901 Merge pull request #2456 from aliaspider/master
(3DS) update build rules.
2015-11-24 14:10:58 +01:00
aliaspider 3af5dac471 (3DS) nit. 2015-11-24 13:02:21 +01:00
aliaspider 2dcb7264ed (3DS) add pocketsnes buildrules. 2015-11-24 13:01:06 +01:00
aliaspider 594078890d (3DS) move *.png *.wav to ctr/assets/ 2015-11-24 12:49:58 +01:00
aliaspider be5755fe59 (3DS) build fix. 2015-11-24 12:02:02 +01:00
Twinaphex c5b51de937 Merge pull request #2452 from heuripedes/master
(task_http) Abort task on error
2015-11-24 11:36:55 +01:00
Twinaphex 0958acd0b1 Merge pull request #2455 from aliaspider/master
(3DS) update.
2015-11-24 11:36:00 +01:00
aliaspider 38579e56ff (3DS) gfx driver: add missing d-cache flush. 2015-11-24 11:25:28 +01:00
aliaspider e61616fd5d (3DS) edits. 2015-11-24 11:05:31 +01:00
aliaspider f22d26f881 (3DS) rewrite the dsp audio driver to use a single looping wave buffer. 2015-11-24 11:04:22 +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 f04f4c89c8 Turn another function static 2015-11-24 02:18:41 +01:00
twinaphex 00a0ab3fac Yet more HAVE_LIBRETRODB ifdefs - hope these are the last 2015-11-24 01:57:33 +01:00
twinaphex 1639f27f8c Turn check_block_hotkey into static function 2015-11-24 01:54:21 +01:00
twinaphex cd51102281 Remove scaler_get_ptr 2015-11-24 01:50:37 +01:00
twinaphex 009813a694 Derp - ininite loop 2015-11-24 01:36:27 +01:00
twinaphex 6267c16be2 Remove header include 2015-11-24 01:32:43 +01:00
twinaphex 51291067eb video_driver.c) Turn some functions static 2015-11-24 01:30:52 +01:00
twinaphex 1f62479068 move video_frame to gfx/video_driver.c 2015-11-24 01:26:59 +01:00
twinaphex 909ee01012 Move input_state code to input_common.c 2015-11-24 01:19:48 +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
twinaphex 60dd3fe8b3 Move input_data related code to input/input_common.c 2015-11-24 00:53:47 +01:00
Twinaphex 4d8f024f0c Merge pull request #2451 from heuripedes/master
(task_file_transfer) Fix --disable-zlib builds
2015-11-24 00:43:45 +01:00
Higor Eurípedes 1d946a1b27 (task_file_transfer) Fix --disable-zlib builds 2015-11-23 20:41:25 -03:00
twinaphex 59e66b5755 Remove duplicate min/max macros 2015-11-24 00:38:48 +01:00
twinaphex c94b5e5616 remove M_PI define 2015-11-24 00:36:11 +01:00
twinaphex d1b9dbe7dc move db_to_gain to retro_miscellaneous.h 2015-11-24 00:35:14 +01:00
twinaphex 73fcbe3786 retro_miscellaneous.h - include math.h 2015-11-24 00:33:40 +01:00
twinaphex 516422b1d1 Build fix 2015-11-24 00:23:32 +01:00
twinaphex a3e52a9369 Put M_PI inside retro_miscellaneous.h 2015-11-24 00:05:37 +01:00
twinaphex deae90e0bb Move use_rgba to gfx/video_driver.c - get rid of driver_t dependencies 2015-11-23 23:58:40 +01:00
twinaphex f358962e40 Fix typo 2015-11-23 23:48:22 +01:00