20685 Commits

Author SHA1 Message Date
Higor Eurípedes
0be6655e32 (retroarch.c) Fix --appendconfig 2015-06-14 12:36:29 -03:00
Higor Eurípedes
702d03908d (config_file.c) Speed up config_set_string() using config_get_entry() 2015-06-14 12:36:29 -03:00
Higor Eurípedes
2e9afbdb70 (config_file.c) Rename config_get_entry_for_read() to config_get_entry() and add prev argument 2015-06-14 12:36:29 -03:00
Higor Eurípedes
72fa1c9d36 (config_file.c) Speed up setting lookup with hashes 2015-06-14 12:36:29 -03:00
Higor Eurípedes
ff03a3abe2 (config_file.c) Add config_get_entry_for_read() 2015-06-14 12:36:29 -03:00
Higor Eurípedes
42caab87aa (gl_raster_font.c) Add early return and fix identation in gl_raster_font_render_message 2015-06-14 12:36:29 -03:00
twinaphex
90b918e7ee set_paths_redirect - prevent crash 2015-06-14 17:25:32 +02:00
twinaphex
9a2ca8cc9c (command.c) Refactor 2015-06-14 17:19:32 +02:00
twinaphex
a86977de3a (tasks) Use hashes 2015-06-14 17:11:48 +02:00
twinaphex
25372dfb56 (task_database.c) Refactor to not use strcmp 2015-06-14 16:59:38 +02:00
twinaphex
1461386d07 (input_overlay.c) Refactor input_overlay.c to have it use djb2 2015-06-14 16:53:09 +02:00
twinaphex
2ef68cc249 (retroarch.c) Refactors / prevent usage of strcmp 2015-06-14 16:45:20 +02:00
twinaphex
068f3cf8bc (menu_shader.c) Refactor away some strcmp usage 2015-06-14 16:35:32 +02:00
twinaphex
d70d838ab1 (menu_cbs_ok.c) Refactor away usage of strcmp 2015-06-14 16:30:44 +02:00
twinaphex
7c8d50ffd8 (menu_displaylist.c) Refactor away usage of strcmp 2015-06-14 16:26:50 +02:00
twinaphex
77608c3bed (menu_cbs_deferred_push.c) Refactor strcmp usage 2015-06-14 16:13:24 +02:00
twinaphex
6f657ccdeb (menu_setting.c) Refactor away some strcmp usage 2015-06-14 16:11:46 +02:00
twinaphex
126fe2b702 (menu_cbs_title.c) Refactor 2015-06-14 16:08:28 +02:00
twinaphex
d3ac2bff96 (menu_cbs_{left|right}) Refactor away usage of strcmp 2015-06-14 16:06:25 +02:00
twinaphex
b5333cdbab Refactor menu_list_pop_stack_by_needle 2015-06-14 15:59:06 +02:00
twinaphex
1f93ec63b4 Start using djb2 hashing functions for menu_list_pop_stack_* functions 2015-06-14 15:46:32 +02:00
twinaphex
6a2b871f16 Create menu_display_get_ptr 2015-06-14 15:34:05 +02:00
Twinaphex
dae1821d1e Merge pull request #1789 from nattycleopatra/master
PS3 buildfixes
2015-06-14 13:56:32 +02:00
nattycleopatra
edc4077d30 (PS3) Remove unused makefile from distscripts 2015-06-14 12:33:08 +02:00
nattycleopatra
be9e654bd0 (RMenu) Use menu_animation_get_ptr 2015-06-14 12:19:38 +02:00
twinaphex
ae00460cc4 (menu_displaylist.c) Cleanups 2015-06-14 07:24:38 +02:00
twinaphex
a87b674ab7 (menu_displaylist.c) Cleanups 2015-06-14 04:43:30 +02:00
twinaphex
167ddb75ef Create SL_FLAG_MAIN_MENU_SETTINGS 2015-06-14 04:35:27 +02:00
twinaphex
663ce70704 Simplify menu_list_elem_is_dir 2015-06-14 04:24:50 +02:00
twinaphex
be24e78c61 (XMB) Don't use struct item_file * directly 2015-06-14 04:19:40 +02:00
Twinaphex
f65bf12123 (menu) Cleanup unused variables 2015-06-14 04:11:09 +02:00
twinaphex
2a493f51a1 (menu_displaylist.c) Style nits 2015-06-14 04:04:43 +02:00
twinaphex
f23d511a31 Use menu_list_get_ptr 2015-06-14 04:01:21 +02:00
Twinaphex
9a77828c1c Merge pull request #1788 from heuripedes/master
Rewrite file_list_copy()
2015-06-14 00:09:23 +02:00
Higor Eurípedes
70c845a6b2 Rewrite file_list_copy() 2015-06-13 19:03:41 -03:00
twinaphex
74fe13d805 (menu_animation.c) Style nits 2015-06-13 23:31:01 +02:00
twinaphex
208fcf7daf Change name of parameter to 's' 2015-06-13 23:27:09 +02:00
Twinaphex
3c82066c59 (menu_animation.c) Cleanup unused variables 2015-06-13 23:25:51 +02:00
twinaphex
bff61a9485 (Menu) Create menu_animation_get_ptr 2015-06-13 23:23:29 +02:00
twinaphex
3fb751ebd2 (menu_display.h) Remove some header dependencies 2015-06-13 23:07:27 +02:00
Twinaphex
45a74e589f (menu_input.c) remove unused variables 2015-06-13 22:59:11 +02:00
twinaphex
84a1885786 Create menu_input_get_ptr 2015-06-13 22:57:55 +02:00
Twinaphex
0078093b8f Merge pull request #1787 from heuripedes/master
(XMB) Fix xmb->menu_stack_old leak
2015-06-13 20:34:55 +02:00
Higor Eurípedes
901ce8f8d4 (XMB) Fix xmb->menu_stack_old leak 2015-06-13 14:39:11 -03:00
Twinaphex
a7ad10f884 Merge pull request #1786 from heuripedes/master
(menu_setting.c) Speed up setting lookup using hashes
2015-06-13 19:32:07 +02:00
twinaphex
ca4b8385fe (udev_input.c) Include <unistd.h> 2015-06-13 19:16:42 +02:00
twinaphex
fcaf461930 (Menu) Change some header includes 2015-06-13 19:15:48 +02:00
twinaphex
098c8a6063 Move some header includes around 2015-06-13 19:12:10 +02:00
Higor Eurípedes
619710eea6 (menu_setting.c) Speed up setting lookup using hashes 2015-06-13 14:11:18 -03:00
twinaphex
0f739f7e98 (Menu) Take out some header dependencies 2015-06-13 17:13:10 +02:00