20685 Commits

Author SHA1 Message Date
twinaphex
7651500662 (menu_display.h) Take out another header dependency 2015-06-13 17:09:23 +02:00
twinaphex
d09a5dbc57 (menu_display.h) Take out some header dependencies 2015-06-13 17:08:38 +02:00
twinaphex
10e44ab252 Go through menu_frame_buf_t pointer getter 2015-06-13 17:06:03 +02:00
twinaphex
3943f4633f (GX/Wii) Cleanups - grab pointer to menu_framebuf_t 2015-06-13 17:01:38 +02:00
twinaphex
9fd3d6f635 (RGUI) Go through frame_buf pointer 2015-06-13 16:51:16 +02:00
twinaphex
158e86ce8a (Menu) More refactors 2015-06-13 16:47:51 +02:00
twinaphex
263b9e8bcc Go through menu_display_fb_get_ptr pointer 2015-06-13 16:42:11 +02:00
twinaphex
0781311059 (RGUI) Cleanup 2015-06-13 16:29:41 +02:00
twinaphex
d4cbc7695a Go through menu_navigation_t pointer 2015-06-13 16:22:05 +02:00
twinaphex
c94d5c75f3 (menu_cbs.c) Directly initialize elem0/elem1 2015-06-13 15:54:01 +02:00
Twinaphex
d72f9fe133 Merge pull request #1785 from heuripedes/master
Revert some bad menu_animation commits
2015-06-13 05:51:40 +02:00
Higor Eurípedes
548f9b7f4c Revert "(menu_animation) Add menu_animation_get_free_slot()"
This reverts commit 003f6d3bde055500753bdce527ff9480e5c63aef.

# Conflicts:
#	menu/menu_animation.c
2015-06-13 00:41:21 -03:00
Higor Eurípedes
76ffae5be6 Revert "(XMB) Add xmb_node_kill_animation()"
This reverts commit db0dcb64fa3af6985ebae518491b000ad00b5361.
2015-06-13 00:39:18 -03:00
Higor Eurípedes
b27fb265d4 Revert "(menu_animation) Use linked lists instead of array"
This reverts commit 60fdc3139d009b3846285d2745a205c1166ce575.
2015-06-13 00:39:09 -03:00
Twinaphex
ca7982e739 Merge pull request #1784 from heuripedes/master
Fix XMB performance regression
2015-06-13 05:17:16 +02:00
Higor Eurípedes
607fd32e49 (XMB) Move some variables out of the loop in xmb_draw_items() 2015-06-13 00:04:57 -03:00
Higor Eurípedes
60fdc3139d (menu_animation) Use linked lists instead of array 2015-06-12 23:45:19 -03:00
Higor Eurípedes
969ad47755 (menu_animation) Set tween->alive earlier 2015-06-12 23:45:18 -03:00
twinaphex
a926434c4f Initialize with ST_NONE 2015-06-13 04:37:40 +02:00
twinaphex
6183a124ad (menu_setting.c) directly initialize 'result' 2015-06-13 04:03:01 +02:00
Toad King
1aaf8b3971 [GX] build with larger stack on all builds by default. Fixes #1757 2015-06-12 20:38:32 -05:00
twinaphex
f5455c9479 Rename 'Management' to 'Advanced Management' 2015-06-13 03:16:38 +02:00
twinaphex
3417d98405 (General) Cleanups 2015-06-13 03:06:11 +02:00
twinaphex
7197b58ed6 (gfx/drivers) Cleanups 2015-06-13 02:49:29 +02:00
twinaphex
34a44983a0 (Menu) Cleanups 2015-06-13 02:40:01 +02:00
twinaphex
43c8f282db (Gfx) Cleanups 2015-06-13 02:10:06 +02:00
twinaphex
35402884e5 (connect_wii.c) Cleanups 2015-06-13 01:59:26 +02:00
twinaphex
123b85dbb0 Change returntype of pad_connection_init 2015-06-13 01:40:55 +02:00
Twinaphex
8cf59bbffc Merge pull request #1783 from heuripedes/master
Memleak fixes
2015-06-13 01:31:51 +02:00
Higor Eurípedes
ca93308c9b (XMB) Fix leak 2015-06-12 20:28:59 -03:00
Higor Eurípedes
db0dcb64fa (XMB) Add xmb_node_kill_animation() 2015-06-12 20:28:58 -03:00
Higor Eurípedes
0401606615 (menu_animation) Add menu_animation_kill_by_subject() 2015-06-12 20:28:58 -03:00
Higor Eurípedes
003f6d3bde (menu_animation) Add menu_animation_get_free_slot() 2015-06-12 20:28:58 -03:00
Higor Eurípedes
937767e90a (XMB) Fix leak 2015-06-12 20:28:58 -03:00
twinaphex
6e2bea3b38 (Audio/gfx) Cleanups 2015-06-13 01:18:13 +02:00
twinaphex
d4d76daa12 Random cleanups 2015-06-13 00:44:47 +02:00
twinaphex
cdec12faa5 (libretro-common) Cleanups 2015-06-13 00:33:31 +02:00
twinaphex
b31723236d (Menu) Cleanups 2015-06-13 00:09:09 +02:00
twinaphex
daf4f5719b (Input) Cleanups 2015-06-13 00:02:28 +02:00
twinaphex
f85965925c (Input) Cleanups 2015-06-12 23:52:52 +02:00
twinaphex
df77bd4ae4 (record_driver.c) Cleanup 2015-06-12 23:45:01 +02:00
twinaphex
413230d77d (Frontend) Cleanups 2015-06-12 23:38:46 +02:00
twinaphex
b70c1c134f (Android) Cleanups 2015-06-12 23:32:23 +02:00
twinaphex
9326151a3f (decompress/7zip_support.c) Cleanups 2015-06-12 23:24:36 +02:00
Twinaphex
516ff5468f Merge pull request #1782 from heuripedes/master
Memleak fixes
2015-06-12 23:22:22 +02:00
Higor Eurípedes
dba40157e3 (task_file_transfer.c) Attempt to fix rpng_nbio leak 2015-06-12 18:21:11 -03:00
Higor Eurípedes
91af356a31 (nbio) Fix leak 2015-06-12 18:21:11 -03:00
twinaphex
8fb9ce1b17 (core_options.c) Cleanups 2015-06-12 23:16:52 +02:00
Twinaphex
8b748f13ca Merge pull request #1781 from hizzlekizzle/master
ifdef the retina stuff for backward compatibility
2015-06-12 23:16:19 +02:00
twinaphex
c324e6ae97 (cheats.c) Cleanup 2015-06-12 23:14:55 +02:00