54094 Commits

Author SHA1 Message Date
Higor Eurípedes
ec197c441e ozone: Move some menu_entry_get*() calls to a better place
menu_entry_get*() was getting called even for entries that wouldn't be displayed.
2020-06-06 20:08:28 -03:00
Higor Eurípedes
1f45018ee8 shader_glsl.c: Move buffer null pointer check in gl_glsl_set_coords()
`buffer` is initialized to a statically allocated variable and can only be NULL
when the allocation of a bigger buffer fails. When only the core frame is being
displayed, the buffer never points to the heap thanks to the small buffer
optimization.
2020-06-06 20:08:28 -03:00
twinaphex
9dca8de90f (configuration.c) Turn enums into const 2020-06-07 00:33:48 +02:00
twinaphex
9059b4962e Cleanups 2020-06-07 00:05:41 +02:00
twinaphex
361b252de2 Fix C89_BUILD and --disable-menu 2020-06-06 23:32:09 +02:00
twinaphex
aae94efcfb Cleanup 2020-06-06 22:46:05 +02:00
twinaphex
7413d05705 Cleanups 2020-06-06 22:42:43 +02:00
twinaphex
4bbc226335 Move netplay_frontend.c to retroarch.c - move global state to
retroarch global state
2020-06-06 21:57:22 +02:00
twinaphex
1f2403392e Cleanup 2020-06-06 20:59:43 +02:00
twinaphex
543e4bca16 Merge Discord code into retroarch.c 2020-06-06 20:50:25 +02:00
twinaphex
9219eb5aaf Merge input_mapper.c into retroarch.c 2020-06-06 20:27:38 +02:00
twinaphex
cd42d02020 Cleanups 2020-06-06 19:36:46 +02:00
twinaphex
d98a0e2dce Refactor away menu_display_libretro_running 2020-06-06 19:29:54 +02:00
twinaphex
255cd3a937 MENU_ENTRIES_CTL_LIST_GET no longer used by menu drivers 2020-06-06 19:09:03 +02:00
twinaphex
4f568fa68f Turn macro names into uppercase 2020-06-06 19:02:42 +02:00
twinaphex
82c009d405 Pass state around to menu_shader_manager_free 2020-06-06 18:44:53 +02:00
twinaphex
35fce65656 Move menu_driver_shader into menu_handle state 2020-06-06 18:41:21 +02:00
twinaphex
01da7b95e2 Revert "Move menu_displaylist global state to menu_handle_t"
This reverts commit c79966bd620aed2d79e430b4f14b42e50d0a4ef6.
2020-06-06 18:30:08 +02:00
twinaphex
c79966bd62 Move menu_displaylist global state to menu_handle_t 2020-06-06 18:20:06 +02:00
twinaphex
2fb53ba687 Cleanups 2020-06-06 18:02:07 +02:00
Twinaphex
473f94ed58 Remove unused variable 2020-06-06 17:54:06 +02:00
twinaphex
7dbe75e89b CXX_BUILD buildfix 2020-06-06 17:41:51 +02:00
twinaphex
9448896586 Change more labels 2020-06-06 17:26:51 +02:00
twinaphex
68d67d8e4e Backport suggested US translation improvements 2020-06-06 17:24:41 +02:00
twinaphex
351fe36a6d Cleanups 2020-06-06 15:37:28 +02:00
Autechre
2aeb95cbd4
Merge pull request #10799 from jdgleaver/core-info-search
Core info search optimisations + improved core selection logic + clean-ups
2020-06-06 15:35:42 +02:00
twinaphex
cb78470471 Cleanups 2020-06-06 15:15:51 +02:00
twinaphex
78b030d8b8 Cut down on code duplication 2020-06-06 15:06:45 +02:00
jdgleaver
445921ac5d Core info search optimisations + improved core selection logic + clean-ups 2020-06-06 13:59:28 +01:00
twinaphex
c1b3ef6661 Cleanups 2020-06-06 14:54:13 +02:00
twinaphex
742c49cee7 Revert "Cleanups"
This reverts commit 802d501c39806510e15dbbe1cdd938979e6a0dde.
2020-06-06 14:48:42 +02:00
twinaphex
7063f3df13 Cleanups 2020-06-06 14:17:58 +02:00
twinaphex
802d501c39 Cleanups 2020-06-06 14:01:09 +02:00
twinaphex
b8374826ac Merge menu_cbs into retroarch.c 2020-06-06 03:58:03 +02:00
twinaphex
412d158d2e Start adding mechanism to not list 'null' drivers in Driver screen 2020-06-06 02:48:49 +02:00
twinaphex
73a5ad91a1 Get rid of find_handle functions 2020-06-06 01:51:53 +02:00
twinaphex
1d63f67877 Move more to retroarch global state 2020-06-06 01:28:52 +02:00
twinaphex
f0e80e365a Cleanups 2020-06-05 23:59:06 +02:00
twinaphex
d3887545ee Cleanups 2020-06-05 23:55:41 +02:00
twinaphex
ab53d57079 Cleanups 2020-06-05 23:25:16 +02:00
twinaphex
bb73fc6a89 Silence warnings 2020-06-05 22:39:44 +02:00
twinaphex
6de048371f Cleanups 2020-06-05 22:31:30 +02:00
twinaphex
7501b010f4 Cleanups 2020-06-05 22:00:10 +02:00
twinaphex
c3943836dd (Menu) Cleanups 2020-06-05 20:58:09 +02:00
twinaphex
e587f1a60e (Menu) Cleanups 2020-06-05 20:32:13 +02:00
twinaphex
e732edbd9a Cleanups 2020-06-05 20:21:02 +02:00
twinaphex
f8fc3fbbf8 Move static global stuff into rarch global state 2020-06-05 20:11:13 +02:00
twinaphex
5b3253c7aa Move menu_driver_state into p_rarch state 2020-06-05 19:42:34 +02:00
twinaphex
09f85d130d Merge menu_driver.c into retroarch.c - yes, it's even bigger I know,
this is so that we can consolidate global state and then start splitting
things up across several files
2020-06-05 19:29:14 +02:00
twinaphex
bcf34b8f3b Start passing around retroarch pointer 2020-06-05 19:22:33 +02:00