jdgleaver
|
32a6d97e48
|
Set SD_FLAG_ADVANCED on 'Hotkey Enable Delay' setting
|
2020-06-09 11:22:36 +01:00 |
|
jdgleaver
|
47150cab07
|
Wire up menu entry for 'hotkey delay' option + 'hotkey enable' clarifications
|
2020-06-09 10:20:44 +01:00 |
|
twinaphex
|
7841f07e08
|
Add ifdef
|
2020-06-08 21:45:31 +02:00 |
|
twinaphex
|
9364deb539
|
Cut down on string_is_equals for history lists
|
2020-06-08 21:34:39 +02:00 |
|
twinaphex
|
03247eceba
|
More localizations - some string is equal optimizations
|
2020-06-08 20:52:37 +02:00 |
|
twinaphex
|
12b22b7904
|
(Windows) Fix core path entries in image/video/music history playlists
|
2020-06-08 17:33:21 +02:00 |
|
twinaphex
|
5fc12c7761
|
Dehardcode strings and other cleanups
|
2020-06-08 16:02:06 +02:00 |
|
twinaphex
|
b1425bcd91
|
Localize NA string
|
2020-06-08 15:50:43 +02:00 |
|
twinaphex
|
66602f4ff8
|
Refactor left/right callbacks for tabs - just look for '_tab'
at the end of a string
|
2020-06-08 15:44:36 +02:00 |
|
jdgleaver
|
ba6e53c2e4
|
Fix launching of playlist content assigned to 'built-in' cores
|
2020-06-08 12:00:40 +01:00 |
|
twinaphex
|
5db62e73da
|
(Ozone/XMB) Optimize some string_is_equal comparisons
|
2020-06-08 07:19:19 +02:00 |
|
twinaphex
|
2a21a3f893
|
Cleanups
|
2020-06-08 06:00:53 +02:00 |
|
twinaphex
|
9707f1f622
|
Get rid of gfx_ctx_animation_tag
|
2020-06-08 04:09:12 +02:00 |
|
twinaphex
|
d15942f6c8
|
Cleanups
|
2020-06-07 20:55:27 +02:00 |
|
twinaphex
|
81b2cc0d14
|
Get rid of menu_entry_is_password
|
2020-06-07 20:27:17 +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
|
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
|
4a9f136aa9
|
Make menu_shader.c no longer dependent on menu driver state
|
2020-06-07 05:06:20 +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
|
c97fbbb155
|
(XMB) Make similar optimizations for XMB
|
2020-06-07 03:13:02 +02:00 |
|
Autechre
|
eddcde84b6
|
Merge pull request #10802 from heuripedes/coz
Ozone improvement
|
2020-06-07 03:01:47 +02:00 |
|
twinaphex
|
4990bebd8a
|
Turn macro names into all-caps
|
2020-06-07 02:41:48 +02:00 |
|
twinaphex
|
37d926fc0d
|
Updates
|
2020-06-07 01:22:34 +02:00 |
|
twinaphex
|
de09440d1c
|
Change macros to all caps
|
2020-06-07 01:19:17 +02:00 |
|
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 |
|
twinaphex
|
7413d05705
|
Cleanups
|
2020-06-06 22:42:43 +02:00 |
|
twinaphex
|
255cd3a937
|
MENU_ENTRIES_CTL_LIST_GET no longer used by menu drivers
|
2020-06-06 19:09:03 +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 |
|
jdgleaver
|
445921ac5d
|
Core info search optimisations + improved core selection logic + clean-ups
|
2020-06-06 13:59:28 +01:00 |
|
twinaphex
|
7063f3df13
|
Cleanups
|
2020-06-06 14:17:58 +02:00 |
|
twinaphex
|
b8374826ac
|
Merge menu_cbs into retroarch.c
|
2020-06-06 03:58:03 +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
|
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
|
b8f5f22a87
|
Cleanups
|
2020-06-05 18:17:31 +02:00 |
|
twinaphex
|
b42c1a2eda
|
Silence some Emscripten warnings
|
2020-06-04 23:44:54 +02:00 |
|
Guo Yunhe
|
40eb37ba46
|
Use fallback font for Persian
|
2020-06-04 23:36:04 +03:00 |
|
Autechre
|
b88377d277
|
Merge pull request #10787 from guoyunhe/new-languages
Add Persian, Hebrew and Asturian language options
|
2020-06-04 16:31:12 +02:00 |
|
Guo Yunhe
|
0701b99039
|
Add Persian, Hebrew and Asturian language options
|
2020-06-04 14:54:28 +03:00 |
|