twinaphex
|
688cad2593
|
Get rid of arguments
|
2016-07-01 19:20:59 +02:00 |
|
twinaphex
|
550b3e5633
|
(menu_cbs.c) Get rid of some unneeded variable arguments
|
2016-07-01 19:13:25 +02:00 |
|
twinaphex
|
982330ef86
|
Use new 'Download Content' option
|
2016-06-21 04:21:18 +02:00 |
|
twinaphex
|
284f8cfd23
|
Remove menu_hash_ files
|
2016-06-20 03:35:09 +02:00 |
|
twinaphex
|
5075712cac
|
Get rid of menu_hash_calculate - use msg_hash_calculate instead
|
2016-06-20 00:37:38 +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
|
c25eca9d10
|
Add another debug log for menu_cbs
|
2016-06-17 22:23:55 +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
|
8357467937
|
(menu_cbs.c) Turn off debug log
|
2016-06-17 15:13:50 +02:00 |
|
twinaphex
|
1000c08a7f
|
Get rid of menu_entry_pathdir_set_value
|
2016-06-17 15:10:49 +02:00 |
|
twinaphex
|
3d784d41d3
|
Turn back to 0
|
2016-06-17 04:40:19 +02:00 |
|
twinaphex
|
0305770f4b
|
Create separate video / audio menu code
|
2016-06-17 04:02:26 +02:00 |
|
twinaphex
|
8486bf0058
|
Prevent uninitialized scalar variable warnings
|
2016-06-03 05:35:30 +02:00 |
|
Twinaphex
|
0fc31d2616
|
(menu_cbs.c) More cleanups
|
2016-05-02 17:02:09 +02:00 |
|
twinaphex
|
93b7dc1bdd
|
(libretro-common) move 'lists' files to lists/
|
2016-03-20 14:53:54 +01:00 |
|
twinaphex
|
9e69551408
|
Add RARCH_MENU_CTL_BIND_INIT
|
2016-02-11 00:53:49 +01:00 |
|
twinaphex
|
f17f786234
|
Use menu_cbs_exit in more places
|
2016-02-10 21:42:18 +01:00 |
|
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
|
twinaphex
|
66449802e4
|
(menu) Start going through string_is_empty
|
2015-12-26 07:37:44 +01:00 |
|
twinaphex
|
d1fa703991
|
Buildfix
|
2015-12-06 17:56:18 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
twinaphex
|
6cd2173382
|
Refactor some code
|
2015-10-18 20:34:34 +02:00 |
|
twinaphex
|
a7bca36791
|
Don't spam logging
|
2015-10-18 04:20:32 +02:00 |
|
twinaphex
|
a47eed7017
|
(menu_cbs.c) Buildfix
|
2015-10-17 20:04:05 +02:00 |
|
twinaphex
|
23a570566d
|
(menu_cbs.c) Get rid of menu_list_get_ptr usage
|
2015-10-17 19:22:12 +02:00 |
|
twinaphex
|
8dfc5f698d
|
Add Cheevos username/password
|
2015-10-17 15:58:59 +02:00 |
|
twinaphex
|
669eb8a39f
|
menu_cbs.c - don't force on debug logging
|
2015-10-17 15:30:08 +02:00 |
|
twinaphex
|
1b59823972
|
Start adding preliminary Account Settings
|
2015-10-17 15:28:16 +02:00 |
|
twinaphex
|
d7b9702506
|
Hook up some more idents for menu action callbacks
|
2015-10-11 20:04:10 +02:00 |
|
twinaphex
|
104c5e3aba
|
Make it easier to debug menu action callbacks
|
2015-10-11 19:59:14 +02:00 |
|
twinaphex
|
87d44af218
|
Static code analysis cleanups
|
2015-09-29 18:08:33 +02:00 |
|
Twinaphex
|
2b82b23cc5
|
Update menu_cbs.c
|
2015-09-04 01:58:16 +02:00 |
|
twinaphex
|
b1348cfe94
|
Add retro_log.h to menu_cbs.c
|
2015-09-01 14:59:58 +02:00 |
|
twinaphex
|
acfa43dfe9
|
Make iterate no longer a function pointer
|
2015-08-17 22:46:27 +02:00 |
|
twinaphex
|
e523177f34
|
Add setting to file_list_cbs_t
|
2015-08-17 19:27:03 +02:00 |
|
twinaphex
|
897361b9d4
|
Create menu_hash_calculate
|
2015-06-17 19:55:35 +02:00 |
|
twinaphex
|
9b8248d3d2
|
(Menu) Cleanups
|
2015-06-15 17:24:07 +02:00 |
|
Higor Eurípedes
|
725e0cd43d
|
(menu_cbs) Avoid implicit memset call in some frequently used functions
These functions are called a lot in some cases like when loading a big
database or playlist.
|
2015-06-14 17:22:41 -03:00 |
|
twinaphex
|
f23d511a31
|
Use menu_list_get_ptr
|
2015-06-14 04:01:21 +02:00 |
|
twinaphex
|
098c8a6063
|
Move some header includes around
|
2015-06-13 19:12:10 +02:00 |
|
twinaphex
|
c94d5c75f3
|
(menu_cbs.c) Directly initialize elem0/elem1
|
2015-06-13 15:54:01 +02:00 |
|
twinaphex
|
fd38003fd1
|
Rename menu_entries_cbs_* to menu_cbs_*
|
2015-06-12 16:01:46 +02:00 |
|