51622 Commits

Author SHA1 Message Date
jdgleaver
9b012e907a (Manual Content Scanner) Enable automatic naming of arcade content via DAT files 2019-12-04 12:46:04 +00:00
twinaphex
ebe9f1861e Implement more settings for Accessibility 2019-12-04 09:24:27 +01:00
twinaphex
9462fd301a (Accessibility) Add the two new Accessibility settings 2019-12-04 08:57:10 +01:00
twinaphex
6992f580e8 (Accessibility) Implement Narrator mode setting 2019-12-04 08:46:51 +01:00
twinaphex
6dd7f65322 (Accessibility) Update 2019-12-04 08:41:20 +01:00
twinaphex
72e6601702 C89 buildfix 2019-12-04 08:25:54 +01:00
twinaphex
cab8663713 (Accessibility) Start adding Accessibility settings - empty for now 2019-12-04 08:25:24 +01:00
twinaphex
8d9419128e Add TODO/FIXME comment 2019-12-04 07:35:05 +01:00
twinaphex
e3bf70dc10 Fix Linux build 2019-12-04 07:33:33 +01:00
twinaphex
0647e0d2c2 (Cheevos) Turn strncpy functions into strlcpy
(Translation/Accessibility) Turn functions static
2019-12-04 06:21:16 +01:00
twinaphex
2f43a1b5f4 Remove unused variable 2019-12-04 05:20:52 +01:00
twinaphex
831e33739e Replace some usage of strcpy and strcat 2019-12-04 05:17:53 +01:00
twinaphex
90008242eb Put this behind HAVE_TRANSLATE ifdef 2019-12-04 05:12:30 +01:00
twinaphex
43017cb65b Fix targets that don't have HAVE_NETWORKING 2019-12-04 05:10:56 +01:00
Twinaphex
2f17cbaef3
Merge pull request #9768 from BarryJRowe/master
Added in accessibility. (DO NOT MERGE)
2019-12-04 04:06:39 +01:00
twinaphex
688acb1e41 Refactor build_list 2019-12-03 03:26:54 +01:00
twinaphex
7b2d7a9ec7 Cleanups 2019-12-03 03:14:39 +01:00
twinaphex
01e62efb72 move more code to build_list 2019-12-03 02:17:43 +01:00
twinaphex
82391b6ac1 move more code to build_list 2019-12-03 02:09:55 +01:00
twinaphex
2ad2983b25 Move HELP_SCREEN_LIST to build_list 2019-12-03 01:53:00 +01:00
twinaphex
5df0516318 Move these to build_list 2019-12-03 01:50:14 +01:00
twinaphex
56014a6bf7 Change the sublabel for User Binds / Port Binds as well 2019-12-03 00:49:12 +01:00
twinaphex
dd923d55f2 Change 'User % Binds' To 'Port % Binds' 2019-12-03 00:37:11 +01:00
twinaphex
3c2d30c510 Move DISPLAYLIST_OPTIONS_REMAPPINGS to build_list 2019-12-03 00:26:39 +01:00
twinaphex
a4982cd460 (Menu displaylist) Cleanup 2019-12-02 23:45:21 +01:00
twinaphex
e6a3785b01 Cleanups 2019-12-02 23:39:46 +01:00
twinaphex
d09ae22147 Fix return values 2019-12-02 23:16:35 +01:00
twinaphex
d2e83df498 Refactor menu_displaylist_parse_load_content_settings - should now
properly report count
2019-12-02 22:50:33 +01:00
twinaphex
c490b06fe9 (menu_displaylist) build_list - add more entries 2019-12-02 22:35:02 +01:00
twinaphex
c9a97d255c (menu_cbs_title) Cleanups 2019-12-02 22:20:36 +01:00
Twinaphex
f0a9f4e6a4
Merge pull request #9812 from libretro/menu-actionok-refactors
Menu actionok refactors
2019-12-02 21:11:33 +01:00
twinaphex
177ca956f1 Code de-duplication 2019-12-02 21:08:21 +01:00
twinaphex
e13febc82b (menu cbs ok) Code de-duplication 2019-12-02 21:05:04 +01:00
twinaphex
04ee55f202 Add NOTE/TODO about globals 2019-12-02 20:52:23 +01:00
twinaphex
ee6c2393c1 (menu_cbs_ok.c) Cut down on some code duplication 2019-12-02 20:47:50 +01:00
Twinaphex
52fe3d2c7d
Merge pull request #9810 from hasenbanck/ffmpeg-version
ffmpeg core prints out the ffmpeg library version
2019-12-02 19:41:00 +01:00
Nils Hasenbanck
1dbc7cdc9a ffmpeg core prints out the ffmpeg library version
For better debugging and supporting of the users, we will print
out the library versions that the ffmpeg core is currently using.
2019-12-02 18:50:44 +01:00
twinaphex
07f3abfda1 (madmonkey) Proposed fix for Mali GPUs 2019-12-02 16:28:35 +01:00
Twinaphex
a2c7b17cd3
Update CHANGES.md 2019-12-02 16:25:55 +01:00
Twinaphex
56393bd253
Merge pull request #9808 from jdgleaver/manual-scan-archives
(Manual Content Scanner) Add option to scan inside archives
2019-12-02 16:25:27 +01:00
jdgleaver
3d52d7a8f6 (Manual Content Scanner) Add option to scan inside archives 2019-12-02 11:49:41 +00:00
Twinaphex
b5958359d2
Update CHANGES.md 2019-12-02 09:27:57 +01:00
Twinaphex
e7257c1855
Update CHANGES.md 2019-12-02 07:35:44 +01:00
Twinaphex
6329b28e4a
Update CHANGES.md 2019-12-02 07:35:12 +01:00
twinaphex
c3743a74f6 Refactor menu_cbs_sublabel.c 2019-12-02 07:20:01 +01:00
twinaphex
e7d2e7ebcb Refactor menu_cbs_get_value.c 2019-12-02 06:47:51 +01:00
Twinaphex
71f4ff6b84
Merge pull request #9777 from DEX357/patch-47
FIXME Update msg_hash_pl.h
2019-12-02 06:17:47 +01:00
Twinaphex
bfe00ac6f3
Merge pull request #9807 from libretro/deferred-refactors-pt2
(menu_cbs_ok) Cleanups
2019-12-02 06:17:30 +01:00
Twinaphex
2b2d6742e0
Merge pull request #9805 from libretro/deferred-refactors-pt2
Deferred refactors pt2
2019-12-02 06:16:48 +01:00
Twinaphex
aa9934a722
Merge pull request #9806 from libretro/revert-9561-patch-6
Revert "iOS - Bump GCC Optimization level to-0s for Release Builds. "
2019-12-02 06:16:38 +01:00