54155 Commits

Author SHA1 Message Date
twinaphex
d9565b6619 Cut down on unnecessary widgets_active early returns 2020-06-08 04:17:33 +02:00
twinaphex
d6229ed70d gfx_widgets_deinit - turn return value into bool 2020-06-08 04:12:15 +02:00
twinaphex
9707f1f622 Get rid of gfx_ctx_animation_tag 2020-06-08 04:09:12 +02:00
twinaphex
eb20c10713 Start getting rid of gfx_ctx_animation_tag - it's just a uintptr_t
typedef
2020-06-08 03:56:35 +02:00
twinaphex
573eddb5a4 (Metal) Always run this regardless 2020-06-08 03:28:32 +02:00
twinaphex
c1aeafbe3d Fix --disable-menu 2020-06-08 03:24:47 +02:00
twinaphex
7f54f410f4 Remove pointer grabbing from get_msg_queue function 2020-06-08 03:11:59 +02:00
twinaphex
69bdf581f4 Change this back 2020-06-08 03:10:31 +02:00
Autechre
f6d361ad08
Merge pull request #10811 from Jamiras/rcheevos_hash
(cheevos) use rcheevos for identifying games
2020-06-08 03:08:50 +02:00
twinaphex
876419294d (gfx widgets) Pass more state around 2020-06-08 02:54:01 +02:00
twinaphex
54372f2524 Pass state around to widget interface 2020-06-08 02:31:36 +02:00
twinaphex
77f5433f22 Create global wrapper function for state 2020-06-08 01:59:25 +02:00
twinaphex
9aa736b522 Move forward declarations up 2020-06-08 01:56:45 +02:00
twinaphex
a2ea198fdd (gfx widgets) Pass pointer around more 2020-06-08 01:55:04 +02:00
twinaphex
3f163eaa8d Bring all graphics widget global state together under one struct 2020-06-08 01:41:21 +02:00
Jamiras
7d488aa200 use rcheevos for identifying games 2020-06-07 17:13:50 -06:00
twinaphex
dc217b313c Buildfix 2020-06-07 23:45:48 +02:00
twinaphex
ddf45fdad2 (gfx widgets) Cleanups 2020-06-07 23:43:59 +02:00
twinaphex
4524ff7cd7 (Gfx widgets) Cleanups 2020-06-07 23:39:11 +02:00
twinaphex
797d3f871c (Gfx widgets) get rid of this early return - already done outside 2020-06-07 23:26:37 +02:00
twinaphex
6b5e9a3224 (gfx widgets) Cleanups 2020-06-07 23:17:37 +02:00
Twinaphex
03c1283fcb Remove unused variable 2020-06-07 23:04:20 +02:00
twinaphex
ce02161255 Cleanups 2020-06-07 23:01:52 +02:00
twinaphex
5e2649a6f5 Move gfx_display global state to rarch state 2020-06-07 22:58:06 +02:00
twinaphex
155a490f4e Update more US strings 2020-06-07 22:25:29 +02:00
twinaphex
cb90fdb802 (Cheevos) Cleanups 2020-06-07 21:48:36 +02:00
twinaphex
55a8404d01 (Cheevos) Cleanups 2020-06-07 21:34:43 +02:00
twinaphex
2baa3be2da Cleanups 2020-06-07 21:18:07 +02:00
twinaphex
d15942f6c8 Cleanups 2020-06-07 20:55:27 +02:00
Autechre
3b93c7c36d
Merge pull request #10810 from shantigilbert/master
Fix undeclared (VIDEO_RGA_SCALING) label
2020-06-07 20:29:54 +02:00
twinaphex
81b2cc0d14 Get rid of menu_entry_is_password 2020-06-07 20:27:17 +02:00
shantigilbert
137c468ca4
Fix undeclared label
This commit, 2c635e9e1b is missing this declaration.
2020-06-07 13:18:26 -05:00
twinaphex
05a344d831 Cleanups 2020-06-07 20:06:56 +02:00
twinaphex
058adf247c Further optimizations to menu_entry_get - get rid of some unnecessary
small wrapper functions
2020-06-07 20:02:12 +02:00
twinaphex
45896eb26e (Ozone) Cleanups - move some static variables to only function
that needed them - and some other cleanups in loops
2020-06-07 18:17:53 +02:00
twinaphex
ad29b70d9e (RGUI) Cleanups 2020-06-07 18:09:31 +02:00
twinaphex
26133d8336 (MaterialUI) Don't iteratively call menu_entries_get_size 2020-06-07 17:58:55 +02:00
twinaphex
4feed0031e (XMB) Optimize xmb_selection_pointer_changed 2020-06-07 17:53:23 +02:00
twinaphex
2460603ea5 Further optimization to ozone_draw_entries 2020-06-07 17:46:23 +02:00
twinaphex
41ffca2b6f (CTR) Style nits 2020-06-07 17:28:53 +02:00
twinaphex
98b847cad9 Fix some memory leaks and fallthrough errors picked up on by
Clang static code analyzer
2020-06-07 16:15:35 +02:00
Twinaphex
df8df6c18b Fix EXC_BAD_ACCESS crash on RetroArch exit on OSX 2020-06-07 05:53:46 +02:00
twinaphex
f2ae16e125 Pass global pointer state around 2020-06-07 05:40:44 +02:00
twinaphex
4a9f136aa9 Make menu_shader.c no longer dependent on menu driver state 2020-06-07 05:06:20 +02:00
twinaphex
0d12472e74 Cleanups 2020-06-07 04:32:36 +02:00
twinaphex
8175f3c98e Cleanup menu_list_flush_stack and menu_list_pop_stack 2020-06-07 04:19:10 +02:00
twinaphex
fdf9f82593 (XMB) Delay menu_entry_get processing until necessary 2020-06-07 03:53:53 +02:00
twinaphex
08f1fb5b38 (Ozone) Cleanups 2020-06-07 03:45:57 +02:00
twinaphex
0010bffb63 action_select_default optimization 2020-06-07 03:33:24 +02:00
twinaphex
b2124a1f89 Further menu_entry_get optimizations 2020-06-07 03:27:30 +02:00