twinaphex
|
53797b15ce
|
CXX_BUILD buildfix
|
2020-06-30 22:15:49 +02:00 |
|
twinaphex
|
395fd7fea7
|
(menu_cbs_get_value.c) Optimizations
|
2020-06-30 20:55:05 +02:00 |
|
twinaphex
|
223d76680a
|
Add HAVE_CHEATS ifdef
|
2020-06-30 19:35:55 +02:00 |
|
Hugo Hromic
|
9b2a4f3c21
|
(Menu) Fix cursor forced to first entry after displaying lists
|
2020-06-30 13:59:52 +01:00 |
|
twinaphex
|
cf4b406366
|
Prevent NULL-pointer dereference
|
2020-06-30 07:04:55 +02:00 |
|
twinaphex
|
5479196a79
|
Get rid of setting_get_type
|
2020-06-30 05:21:47 +02:00 |
|
twinaphex
|
6419ed08cc
|
We can now get rid of menu_setting_get_label
|
2020-06-30 03:30:41 +02:00 |
|
twinaphex
|
f6dc06ac10
|
(menu_cbs_get_value.c) Cut down on all the slow menu_setting_find
calls
|
2020-06-30 03:22:38 +02:00 |
|
twinaphex
|
879cb375e7
|
(menu_cbs_get_value.c) Start getting rid of settings pointer
grabbing
|
2020-06-30 02:36:55 +02:00 |
|
twinaphex
|
497dc7a38a
|
(menu) move headers around - no more menu/widgets
|
2020-06-27 19:33:49 +02:00 |
|
twinaphex
|
8259a0fd89
|
(Menu) Merge menu_filebrowser.c into menu_displaylist.c
|
2020-06-27 18:54:14 +02:00 |
|
Autechre
|
10ddb274bc
|
Merge pull request #10866 from parport0/master
Add a bluetooth driver
|
2020-06-27 16:46:11 +02:00 |
|
twinaphex
|
f16f3d2968
|
Add 'Ignore null drivers' setting
|
2020-06-27 03:00:28 +02:00 |
|
Autechre
|
5f607f5809
|
Merge pull request #10922 from jdgleaver/playlist-config
Refactor playlist struct configuration
|
2020-06-26 20:35:39 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
jdgleaver
|
0fcfb3deda
|
Refactor playlist struct configuration
|
2020-06-26 15:40:19 +01:00 |
|
twinaphex
|
de36ff20fb
|
Create string_ends_with_size
|
2020-06-25 14:38:06 +02:00 |
|
twinaphex
|
601a73fa8b
|
Use string_starts_with_size where possible - avoids the strlen
|
2020-06-25 12:51:04 +02:00 |
|
parport0
|
a24d2b50a5
|
bluetooth: split into labels and sublabels
|
2020-06-24 12:53:27 +03:00 |
|
parport0
|
23c08ad9b0
|
Add bluetoothctl bluetooth driver
|
2020-06-24 12:53:27 +03:00 |
|
jdgleaver
|
80f36e16d0
|
Add option to selectively 'lock' (prevent modification of) installed cores
|
2020-06-18 17:36:33 +01:00 |
|
jdgleaver
|
0c18da5d49
|
(Disk Control Interface) Enable 'Load New Disc' while disk tray is open
|
2020-06-17 11:43:54 +01:00 |
|
jdgleaver
|
2782b87267
|
Add option to automatically backup cores when updating
|
2020-06-16 11:12:22 +01:00 |
|
jdgleaver
|
1cdd3c32c0
|
(Manual Content Scanner) Add option to disable recursive scanning
|
2020-06-12 10:00:38 +01:00 |
|
Autechre
|
dc10dc4702
|
Merge pull request #10837 from parport0/master
Add options for moving the on-screen overlay
|
2020-06-11 18:03:02 +02:00 |
|
jdgleaver
|
fa069c28f3
|
Add sublabels to all hotkey bind entries
|
2020-06-11 15:38:25 +01:00 |
|
jdgleaver
|
42ad070a1d
|
Add 'core management' menu
|
2020-06-11 14:12:20 +01:00 |
|
parport0
|
a4590acde9
|
Add options for moving the on-screen overlay
|
2020-06-11 15:39:23 +03:00 |
|
jdgleaver
|
eb425b997b
|
Suppress the display of 'empty' quick menu listings when closing content
|
2020-06-09 14:09:22 +01:00 |
|
jdgleaver
|
47150cab07
|
Wire up menu entry for 'hotkey delay' option + 'hotkey enable' clarifications
|
2020-06-09 10:20:44 +01: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
|
0010bffb63
|
action_select_default optimization
|
2020-06-07 03:33:24 +02:00 |
|
twinaphex
|
4990bebd8a
|
Turn macro names into all-caps
|
2020-06-07 02:41:48 +02:00 |
|
jdgleaver
|
445921ac5d
|
Core info search optimisations + improved core selection logic + clean-ups
|
2020-06-06 13:59:28 +01:00 |
|
twinaphex
|
b8f5f22a87
|
Cleanups
|
2020-06-05 18:17:31 +02:00 |
|
jdgleaver
|
0a33e562f4
|
Add option to backup/restore installed cores
|
2020-06-04 12:20:58 +01:00 |
|
Guo Yunhe
|
2c635e9e1b
|
Avoid duplicate keys
|
2020-06-02 11:15:12 +03:00 |
|
twinaphex
|
40a4b395d7
|
Localize string
|
2020-05-29 10:50:08 +02:00 |
|
twinaphex
|
8ddacead9f
|
Cleanups
|
2020-05-29 10:37:01 +02:00 |
|
twinaphex
|
93ae674624
|
Cleanups
|
2020-05-29 10:33:07 +02:00 |
|
twinaphex
|
aa753eb492
|
Localize more strings
|
2020-05-29 02:52:56 +02:00 |
|
Autechre
|
b9ada7bb28
|
Merge pull request #10726 from jdgleaver/core-updater-2
More core updater improvements
|
2020-05-28 23:21:09 +02:00 |
|
twinaphex
|
2293abd424
|
Fix DISABLE_NETWORKING
|
2020-05-28 23:19:34 +02:00 |
|
twinaphex
|
aa2e9b9a00
|
Buildfixes
|
2020-05-28 23:15:28 +02:00 |
|
jdgleaver
|
044bd03a13
|
More core updater improvements
|
2020-05-28 17:48:18 +01:00 |
|
jdgleaver
|
9f4a9e9cd6
|
Core updater improvements
|
2020-05-27 17:02:43 +01:00 |
|