Commit Graph

20526 Commits

Author SHA1 Message Date
twinaphex d2cd6a33cb (menu_entries.c) Use menu_entries_get_ptr for every menu_entries_*
wrapper function
2015-06-16 03:13:39 +02:00
twinaphex 08d8f86bd9 Move refresh variables to menu_entries_t 2015-06-16 03:12:03 +02:00
twinaphex bbb4121a1c Create wrapper functions for nonblocking_refresh 2015-06-16 03:07:44 +02:00
twinaphex 819723be06 Move '_refresh' functions to menu_entries.c 2015-06-16 03:03:20 +02:00
twinaphex 9f79d7b21b Move menu->begin to menu->entries.begin 2015-06-16 02:17:52 +02:00
twinaphex 3fe0b3c4d9 Create menu_entries.h 2015-06-16 02:15:32 +02:00
twinaphex d66db000c6 Create wrappers for accessing menu->begin 2015-06-16 01:59:26 +02:00
Twinaphex d3d4819ef9 Merge pull request #1806 from heuripedes/master
Menu driver performance improvements
2015-06-16 01:24:43 +02:00
Higor Eurípedes c68857294f (XMB) Keep menu->begin up to date and speed up xmb_draw_items() 2015-06-15 20:19:49 -03:00
Higor Eurípedes fd705e72d3 (GLUI) Keep menu->begin up to date for faster list traversal 2015-06-15 20:19:49 -03:00
Higor Eurípedes a0af98ded7 (GLUI) Avoid some implicit memsets in glui_frame() 2015-06-15 20:19:49 -03:00
Higor Eurípedes 817ac29a34 (RGUI) Avoid implicit memset in rgui_render() 2015-06-15 20:19:49 -03:00
twinaphex 56952f14f3 Add more menu hashes 2015-06-16 01:14:44 +02:00
twinaphex 0782af571e Hide some settings unless 'Show Advanced Settings' is enabled 2015-06-16 01:00:30 +02:00
twinaphex e7768c379c Merge 'Onscreen Overlay Settings' and 'Onscreen Keyboard Overlay Settings' 2015-06-16 00:58:13 +02:00
twinaphex d782c33ae7 Move Core Information up 2015-06-16 00:52:00 +02:00
twinaphex c7ff6b8df8 Dehardcode 'Driver Settings' 2015-06-15 23:23:03 +02:00
twinaphex a2aab77abe Add more references to menu_hash_to_str 2015-06-15 23:22:28 +02:00
twinaphex 198dc25a37 Use menu_hash_to_str 2015-06-15 23:20:19 +02:00
twinaphex bbd1b92aa0 Start going through menu_hash_to_str 2015-06-15 23:16:47 +02:00
twinaphex e21dd2a40f (Menu) Update 2015-06-15 22:50:45 +02:00
twinaphex 5341c4262b (menu_display.c) Prevent warning 2015-06-15 22:49:35 +02:00
twinaphex b08c399d3b (task_database.c) Fix some warnings 2015-06-15 22:48:41 +02:00
twinaphex 0d400d027b (Salamander) Update 2015-06-15 22:47:20 +02:00
twinaphex a2c8f89137 Create frontend->parse_drive_list 2015-06-15 22:45:02 +02:00
Twinaphex 24a1f191c1 Merge pull request #1804 from heuripedes/master
(XMB) Fix crash
2015-06-15 20:49:37 +02:00
Higor Eurípedes 1417a9b924 (XMB) Fix crash 2015-06-15 15:48:10 -03:00
Twinaphex a25eea1bbb Merge pull request #1803 from heuripedes/master
Fix some memleaks
2015-06-15 20:43:11 +02:00
Higor Eurípedes f503aa1078 (XMB) Use menu_display_get_ptr() in xmb_list_clear() 2015-06-15 15:17:11 -03:00
Higor Eurípedes 936ab27541 (XMB) Fix xmb_list_insert() leak 2015-06-15 15:01:12 -03:00
Higor Eurípedes b96ce78b3e (menu_animation) Fix missing menu_animation_kill_by_subject() definition 2015-06-15 15:01:12 -03:00
Higor Eurípedes 1239b56d8a (XMB) Fix segfault 2015-06-15 15:01:12 -03:00
Higor Eurípedes b304ddcf7a Fix menu_driver_list_insert leaks 2015-06-15 15:01:12 -03:00
twinaphex b8d2cad194 (menu_list.c) Cleanups 2015-06-15 19:22:05 +02:00
twinaphex 6891ca7479 (menu_input.c) Cleanups 2015-06-15 19:20:48 +02:00
twinaphex 5d76525f50 (XMB) CLeanups 2015-06-15 19:12:31 +02:00
Twinaphex 82f19a0f55 Remove unused variable 2015-06-15 19:02:27 +02:00
twinaphex ab1c5f95f1 Create menu_driver_list_get_selection 2015-06-15 19:00:52 +02:00
twinaphex 0c4ac61b38 (Menu) Cleanups 2015-06-15 17:34:12 +02:00
twinaphex 9b8248d3d2 (Menu) Cleanups 2015-06-15 17:24:07 +02:00
twinaphex 0a45da5080 (Menu) Cleanups 2015-06-15 17:19:58 +02:00
twinaphex e3cf6275d4 (Menu) Cleanups 2015-06-15 17:15:13 +02:00
twinaphex e6a100e9a2 (Menu) Cleanups 2015-06-15 17:00:31 +02:00
twinaphex 84e2a6d983 (Menu) Cleanups 2015-06-15 16:56:59 +02:00
twinaphex 6f71440c98 Use menu_hash_to_str at more places 2015-06-15 16:48:02 +02:00
twinaphex eda2e24d0e Update - start using menu_hash_to_str 2015-06-15 06:27:45 +02:00
twinaphex 995159dd32 Start creating menu_hash.c 2015-06-15 06:25:41 +02:00
twinaphex 91a3d522d9 (Menu) Move settings around 2015-06-15 06:15:02 +02:00
twinaphex abfda1f9c6 (menu_shader.c) Cleanup 2015-06-15 06:09:00 +02:00
Twinaphex ff79b492ae Remove two unused variables 2015-06-15 06:04:18 +02:00