jdgleaver
|
ff16fb347a
|
'menu_entry' optimisations
|
2019-05-30 10:11:26 +01:00 |
|
twinaphex
|
ba3ee2192a
|
Cleanups
|
2019-05-18 21:07:04 +02:00 |
|
twinaphex
|
59c502d0f4
|
menu_entries_get_last_stack - don't pass enum_idx to it if we
aren't going to use it
|
2019-05-18 19:25:35 +02:00 |
|
twinaphex
|
6af0b8c693
|
menu_entries_get_title - cleanups
|
2019-05-18 19:16:23 +02:00 |
|
twinaphex
|
ffe1ee4636
|
Don't use return value of menu_entries_get_title
|
2019-05-18 19:10:10 +02:00 |
|
twinaphex
|
bb6a42f8f0
|
(menu_entries) Create action_title_cache
|
2019-05-18 08:21:14 +02:00 |
|
twinaphex
|
68d7411edf
|
(menu entries) Add sublabel_cache - this should prevent
unnecessary function calls if the contents of a sublabel
don't change over time
|
2019-05-18 03:29:33 +02:00 |
|
twinaphex
|
63d9d4e2d3
|
(menu entries) Cleanups
|
2019-05-13 04:05:11 +02:00 |
|
twinaphex
|
c729748276
|
Cleanups
|
2019-05-13 03:36:59 +02:00 |
|
twinaphex
|
c205e59f57
|
(menu entries) Cleanups
|
2019-05-02 16:21:12 +02:00 |
|
twinaphex
|
f0f8e8a208
|
Cleanup menu_entries_get_last_stack
|
2019-05-01 12:44:51 +02:00 |
|
twinaphex
|
d170f99c03
|
(menu_entries.c) Simplify code
|
2019-05-01 12:32:49 +02:00 |
|
twinaphex
|
c9f98fce2f
|
(menu_entries.c) Turn some static functions into macros
|
2019-05-01 11:48:44 +02:00 |
|
twinaphex
|
9ee33a6a1d
|
(Menu) Merge menu_entry into menu_entries.c
|
2019-05-01 11:41:13 +02:00 |
|
twinaphex
|
799872e59d
|
(menu_displaylist) Remove tons of code duplication
|
2019-04-22 20:11:34 +02:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
natinusala
|
07068e5035
|
Dropdown lists: Add a checked bool to menu_entry_t
|
2018-11-05 17:34:57 +01:00 |
|
twinaphex
|
a662b62d19
|
Use runloop_get_libretro_system_info in more places - clean some code up
|
2018-10-30 17:11:07 +01:00 |
|
twinaphex
|
51430e9e5f
|
Add runloop_get_libretro_system_info
|
2018-10-30 08:21:32 +01:00 |
|
twinaphex
|
60d537fa32
|
Create menu_driver_list_insert
|
2018-09-26 14:25:28 +02:00 |
|
twinaphex
|
5d1fff541b
|
Create new functions
|
2018-09-26 14:22:22 +02:00 |
|
twinaphex
|
2d8eb9322a
|
Cleanups
|
2018-09-17 10:02:31 +02:00 |
|
Brad Parker
|
7b24f884d6
|
xmb: show MSVC version next to RetroArch version in lower-left corner
|
2018-08-11 16:20:06 -04:00 |
|
twinaphex
|
e82882a1ab
|
Silence some Clang static analysis warnings
|
2018-04-09 16:33:46 +02:00 |
|
twinaphex
|
36f9d359c2
|
Combine menu_list and menu_entries
|
2018-02-25 00:39:20 +01:00 |
|
twinaphex
|
2a6af87d23
|
Remove unused function
|
2018-02-25 00:28:31 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Higor Eurípedes
|
f59470c523
|
Do not try to find a setting for database entries
|
2017-10-03 20:31:08 -03:00 |
|
twinaphex
|
8d850dc0bd
|
CXX_BUILD fixes
|
2017-10-02 07:07:18 +02:00 |
|
twinaphex
|
710c70f838
|
Remove another wrapper function
|
2017-10-01 17:43:38 +02:00 |
|
twinaphex
|
2b55e5858e
|
Remove menu_entries_get_actiondata_at_offset
|
2017-10-01 17:25:41 +02:00 |
|
twinaphex
|
df15a67c71
|
Remove menu_entries_get_last
|
2017-10-01 17:20:01 +02:00 |
|
twinaphex
|
e66ef15580
|
Remove another useless wrapper function
|
2017-10-01 17:17:53 +02:00 |
|
twinaphex
|
a87bef6ed0
|
Remove useless wrapper function
|
2017-10-01 17:11:09 +02:00 |
|
twinaphex
|
98ddc80035
|
Remove unused menu_entries_get
|
2017-09-30 16:42:42 +02:00 |
|
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 a1d3dd69dd51ba21b07e9fb96cd1a7d05f435974.
|
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 |
|