Commit Graph

253 Commits

Author SHA1 Message Date
twinaphex
db24e4da42 Try to avoid countless string_is_equal function calls
being called multiple times per frame render - prebake
these decisions instead inside list_insert
2017-08-15 04:33:36 +02:00
Higor Eurípedes
c384f56e4f Speed up playlist reparse 2017-08-12 22:30:22 -03:00
twinaphex
449483206f Revert "New attempt to fix memory leaks of struct retro_system_info"
This reverts commit a1d3dd69dd.
2017-05-30 01:44:49 +02:00
twinaphex
a1d3dd69dd New attempt to fix memory leaks of struct retro_system_info
char variables
2017-05-29 22:24:10 +02:00
twinaphex
c74104f8c9 Get rid of RARCH_MENU_CTL_SYSTEM_INFO_* 2017-05-28 16:25:46 +02:00
twinaphex
84418df9eb (menu_entries.c) Cleanups 2017-05-27 01:01:58 +02:00
twinaphex
e2a6a7ad17 Add 'load_content' parameter to parse_drive_list 2017-05-26 15:52:38 +02:00
twinaphex
529349019d Combine menu_navigation_ctl and menu_driver_ctl 2017-05-17 04:57:43 +02:00
twinaphex
ee8dc151a3 Combine menu_driver.c and menu_navigation.c 2017-05-17 03:00:32 +02:00
twinaphex
1fef134f04 Create menu_driver_navigation_set 2017-05-15 07:56:22 +02:00
twinaphex
0185f71bab Cleanups 2017-05-13 23:47:25 +02:00
twinaphex
42ebe7a7ad Merge runloop.c and retroarch.c 2017-05-11 09:11:46 +02:00
twinaphex
8f32801292 It should now properly show supported roms again when no
core info file is found and we have already loaded a
core
2017-04-29 20:27:40 +02:00
twinaphex
e0483f73bc Create menu_driver_list_clear 2017-04-23 21:13:33 +02:00
twinaphex
3ec5816259 Rewrite RUNLOOP_CTL_SYSTEM_INFO_GET 2017-04-23 16:41:26 +02:00
twinaphex
7ea0528c6b Turn MENU_NAVIGATION_CTL_{SET|GET}_SELECTION into separate
functions
2017-04-23 14:31:49 +02:00
twinaphex
8e6b7a2751 Rewrite menu_entries function 2017-04-23 13:46:21 +02:00
twinaphex
58c08c0c02 Cleanups 2017-02-27 09:33:20 +01:00
Twinaphex
216e7bcdaf Silence more warnings on iOS 2017-02-26 21:46:19 +01:00
Twinaphex
b7b3b2cb5f Try to prevent truckload of warnings on iOS 2017-02-26 10:33:03 +01:00
twinaphex
96c8ca5a09 Header update #1 2017-01-22 13:40:32 +01:00
twinaphex
a233ce4c87 Set list_info.fullpath to NULL for menu_entries_prepend 2017-01-10 15:49:39 +01:00
twinaphex
061da28c3f (menu_entries.c) Don't need menu_label 2017-01-08 02:44:40 +01:00
twinaphex
830c01476f Set fullpath for menu_entries_prepend 2017-01-08 02:33:06 +01:00
twinaphex
9d9a5e71ab (XMB) Set fullpath dir for each node entry 2017-01-07 18:32:55 +01:00
twinaphex
ea42e6c97b Reset filebrowser types after leaving 'Load From Collection' 2016-12-22 20:40:35 +01:00
twinaphex
93eff04e54 Move code to widgets/menu_list.c 2016-09-15 15:51:53 +02:00
twinaphex
02e01e0b0a Create menu/widgets/menu_entry 2016-09-15 00:20:43 +02:00
twinaphex
892c0a6f52 Create menu/widgets/menu_list 2016-09-15 00:10:37 +02:00
twinaphex
c3ba0ba4e9 Revert "Refactor core_system_info_* functions"
This reverts commit f637805c9e.
2016-09-06 08:38:26 +02:00
twinaphex
f637805c9e Refactor core_system_info_* functions 2016-09-06 07:08:38 +02:00
twinaphex
82d82110ae Merge system.h with core.h 2016-09-06 06:11:54 +02:00
twinaphex
b6daaed566 Rename git_version.c to version_git.h, create separate
version.h file
2016-09-01 17:49:28 +02:00
twinaphex
ea175fd26f Rename menu_entries_add_enum to menu_entries_append_enum 2016-07-13 01:17:09 +02:00
twinaphex
6d870129c6 Rename menu_entries_add to menu_entries_append 2016-07-13 01:13:20 +02:00
Alcaro
18978c5f01 More Coverity cleanups 2016-06-27 21:34:21 +02:00
twinaphex
a585017208 Rename MENU_FILE_ to FILE_TYPE_ 2016-06-20 15:50:37 +02:00
twinaphex
284f8cfd23 Remove menu_hash_ files 2016-06-20 03:35:09 +02:00
twinaphex
65dff0a03a menu_hash_to_str_enum has now become msg_hash_to_str 2016-06-20 00:31:13 +02:00
twinaphex
3b3e822d78 Expand menu_entries_get_last_stack so we can grab enum_idx 2016-06-17 16:08:47 +02:00
twinaphex
4ec1a9e337 Update menu_entries_prepend 2016-06-17 14:54:29 +02:00
twinaphex
6131dde4d8 Cleanup 2016-06-17 01:07:52 +02:00
twinaphex
2e6b7cf413 Set enum_idx to MENU_ENUM_LABEL_UNKNOWN when using menu_entries_add 2016-06-16 17:41:57 +02:00
twinaphex
66a116deca Use menu_hash_to_str_enum 2016-06-16 00:29:14 +02:00
twinaphex
8720048b4e menu_entries_prepend - use menu_setting_find_enum if enum_idx
is set
2016-06-15 16:45:27 +02:00
twinaphex
6f3b8c4049 Set cbs->enum_idx when setting a menu entry with menu_entries_add_enum 2016-06-15 16:43:02 +02:00
twinaphex
1159ca17ff Start using menu_entries_add_enum 2016-06-15 01:15:37 +02:00
twinaphex
da6ac4aae7 Fix explicit NULL dereferenced warnings 2016-06-01 04:05:14 +02:00
twinaphex
03ded43280 Prevent explicit null dereferenced warnings 2016-05-26 18:09:46 +02:00
twinaphex
a98616b45b Fix explicit NULL dereferenced/dereference before null check warnings 2016-05-26 17:47:21 +02:00