8442 Commits

Author SHA1 Message Date
twinaphex
6c99acb23e Revert "Pass around void pointer data - menu handle"
This reverts commit b4a2bd5156354b084283165be96d43ee99bf50ec.
2018-04-11 06:11:54 +02:00
twinaphex
fdffb7059d Revert "Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit fbf03df8be22b40a1d44908ebfe0163a0ebb4bef.
2018-04-11 06:11:45 +02:00
twinaphex
a276710877 Revert "(Menu) More refactors"
This reverts commit f0285ef7920fdcb6cdc8f8111600e9c66bb5df3d.
2018-04-11 06:11:38 +02:00
twinaphex
a07ada7af6 Revert "More cleanups - getting rid of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit a8f7d99abaf3adefcee466013c035bd9fe4b0ec7.
2018-04-11 06:11:23 +02:00
twinaphex
21244c6ec7 Revert "(Menu) Get rid of more RARCH_MENU_CTL_DRIVER_DATA_GET calls"
This reverts commit cb3b5d72abe87f95585f1aa460de5c97abdf407f.
2018-04-11 06:11:18 +02:00
twinaphex
87c9d9eb9a Revert "Cleanups"
This reverts commit 8632a925682d258a746b8921421140f733b06f2f.
2018-04-11 06:11:10 +02:00
twinaphex
4993630e10 Revert "Cleanups"
This reverts commit 8d6067b1d43b96028c61f9d710bfab7bba6c9295.
2018-04-11 06:11:04 +02:00
twinaphex
13d7e2bed2 Revert "(Zarch) Buildfix"
This reverts commit a3175a8fa3c4127b78582315f4082bcf8adf3bfc.
2018-04-11 06:10:59 +02:00
twinaphex
372603858d Revert "(Menu) Update menu code"
This reverts commit f481924f1e9b3a59211df2cc99d094daf0a7ae3f.
2018-04-11 06:10:51 +02:00
radius
13a9d11a2c remap-redux: fix potential overrun 2018-04-10 21:52:27 -05:00
twinaphex
f481924f1e (Menu) Update menu code 2018-04-11 03:04:58 +02:00
twinaphex
a3175a8fa3 (Zarch) Buildfix 2018-04-10 22:12:58 +02:00
twinaphex
8d6067b1d4 Cleanups 2018-04-10 22:03:29 +02:00
twinaphex
8632a92568 Cleanups 2018-04-10 21:59:36 +02:00
twinaphex
cb3b5d72ab (Menu) Get rid of more RARCH_MENU_CTL_DRIVER_DATA_GET calls 2018-04-10 21:53:44 +02:00
twinaphex
a8f7d99aba More cleanups - getting rid of RARCH_MENU_CTL_DRIVER_DATA_GET
calls
2018-04-10 21:49:25 +02:00
twinaphex
f0285ef792 (Menu) More refactors 2018-04-10 21:27:57 +02:00
twinaphex
fbf03df8be Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET 2018-04-10 19:57:33 +02:00
twinaphex
b4a2bd5156 Pass around void pointer data - menu handle 2018-04-10 19:32:50 +02:00
twinaphex
21ede63df2 Update 2018-04-10 19:20:50 +02:00
twinaphex
7c314a9165 Start passing around menu_driver_data around properly 2018-04-10 19:17:51 +02:00
twinaphex
d2a1c39f4b (menu) Start passing menu_handle to action_ok callback 2018-04-10 18:39:03 +02:00
twinaphex
6e299065ce Remove RARCH_MENU_CTL_PLAYLIST_ calls - use playlist_init_cached,
playlist_get_cached, and playlist_free_cached from now on (defined
in playlist.h) - no more menu dependencies on cached playlists
2018-04-10 17:51:40 +02:00
twinaphex
bce7742745 Create playlist_cached functions inside playlist.c 2018-04-10 17:40:29 +02:00
twinaphex
00da860681 Cleanup 2018-04-10 16:34:33 +02:00
twinaphex
c9e48cd9de Cleanups / get rid of more dependencies 2018-04-10 04:31:19 +02:00
twinaphex
6f0fc2426d (database_info/task_database) Get rid of list_special dependencies 2018-04-10 04:13:45 +02:00
twinaphex
3016edce0a Move retroarch.h dependencies out of core_info.c 2018-04-10 04:00:01 +02:00
twinaphex
6e46d1deb1 Buildfix 2018-04-10 03:07:28 +02:00
twinaphex
8ca8f92aeb No more configuration.h dependencies in core_info.c 2018-04-10 03:02:10 +02:00
twinaphex
47a6f0bb7a Create extension_to_file_hash_type 2018-04-10 02:00:38 +02:00
twinaphex
f3e0a627af Get rid of one MSVC warning 2018-04-09 19:11:06 +02:00
twinaphex
f00a75ec84 Get rid of some spurious code in XMB - catched by Clang 2018-04-09 17:02:44 +02:00
twinaphex
f071e8b440 Solve more Clang static analysis warnings 2018-04-09 16:42:12 +02:00
twinaphex
e82882a1ab Silence some Clang static analysis warnings 2018-04-09 16:33:46 +02:00
twinaphex
88e7c03e1b filebrowser_parse - cleanups 2018-04-09 16:27:37 +02:00
Twinaphex
08a54e45f2 Get rid of a lot of implicit conversions 2018-04-09 15:56:45 +02:00
twinaphex
4db665130c Start moving callback functions to their dedicated files 2018-04-09 03:48:08 +02:00
Twinaphex
8dc63653e5 Remove unused variables 2018-04-08 23:17:45 +02:00
twinaphex
3a4d094277 MSVC buildfix 2018-04-08 23:13:20 +02:00
Twinaphex
e056c1e835
Merge pull request #6543 from orbea/core_delete
Hide the 'Core delete' option if the 'Core updater' is also hidden.
2018-04-08 22:39:40 +02:00
radius
968c692a04 remap-redux: allow the menu to display manual keybinds 2018-04-08 14:50:30 -05:00
twinaphex
a82bb0ec94 Create special type input_bits_t 2018-04-08 20:21:12 +02:00
radius
f662d9f65f remap-redux part2: start adding analog remapping 2018-04-08 12:13:49 -05:00
radius
3792a5e502 remap-redux part2: cleanup 2018-04-08 12:13:49 -05:00
radius
2415f821af remap-redux part2: hide analogs for now 2018-04-08 12:13:47 -05:00
radius
5efba1c257 remap-redux part2: better wraparound, skip analogs, add RARCH_UNMAPPED 2018-04-08 12:13:46 -05:00
radius
23331aa484 remap-redux part2: wraparound 2018-04-08 12:13:45 -05:00
radius
59da4b880e remap-redux part2: add empty description to analogs that are currently not remappable 2018-04-08 12:13:45 -05:00
radius
058b4cea79 remap-redux part2: add empty description to analogs that are currently not implemented 2018-04-08 12:13:45 -05:00