1693 Commits

Author SHA1 Message Date
Mikael Brunnhede
9db0e9dbc6 Implemented setting for showing/hiding the "Quit RetroArch" option in XMB. The setting is only shown on Lakka. 2017-10-06 09:27:42 +02:00
Mikael Brunnhede
f073d5167a Implemented setting for showing/hiding the "Help" option in XMB. 2017-10-06 08:28:45 +02:00
Mikael Brunnhede
7ee1797fa1 Implemented setting for showing/hiding the "Configurations" option in XMB. 2017-10-06 08:18:39 +02:00
Mikael Brunnhede
19b313c221 Implemented setting for showing/hiding the "Information" option in XMB. 2017-10-05 14:30:15 +02:00
Mikael Brunnhede
0eb5566dea Implemented setting for showing/hiding the "Load Content" option in XMB. 2017-10-05 09:26:25 +02:00
Mikael Brunnhede
cc3b64f951 Implemented setting for showing/hiding the "Load Core" option in XMB. 2017-10-05 09:14:05 +02:00
twinaphex
bb6ca3e4ff Fix playlists in non-horizontal mode 2017-10-04 08:26:41 +02:00
twinaphex
8238545bef Cleanups 2017-10-04 06:53:47 +02:00
Alcaro
dc4c2cd6d9 Wipe out a buncha warnings and pointless ifdefs (some warnings will remain until #5497 is fixed) 2017-10-03 00:26:29 +02:00
Twinaphex
9c89b3e546 Merge pull request #5496 from Brunnis/master
Add setting for showing/hiding the ability to rename playlist items
2017-10-02 22:37:50 +02:00
Mikael Brunnhede
af7df0cba3 Add setting for showing/hiding the ability to rename playlist items. 2017-10-02 22:17:44 +02:00
twinaphex
721afe22d8 (MSVC 2010) Compile griffin.c as C 2017-10-02 22:06:32 +02:00
twinaphex
8d850dc0bd CXX_BUILD fixes 2017-10-02 07:07:18 +02:00
twinaphex
2b55e5858e Remove menu_entries_get_actiondata_at_offset 2017-10-01 17:25:41 +02:00
twinaphex
df15a67c71 Remove menu_entries_get_last 2017-10-01 17:20:01 +02:00
Twinaphex
66de49c987 Fix memory leaks and crashes 2017-09-29 21:19:07 +02:00
twinaphex
3090f3ff3a (task_database.c) Rewrite char arrays 2017-09-29 20:47:54 +02:00
twinaphex
5379b12e7c FIx some new Coverity errors 2017-09-29 05:39:06 +02:00
twinaphex
642818d59c Make sanitize_to_string safer 2017-09-29 05:26:48 +02:00
twinaphex
15bb8e2ebe Fix setting directories 2017-09-29 05:23:33 +02:00
twinaphex
97f821e743 Fix crash when selecting 'Scan Directory' 2017-09-28 16:29:45 +02:00
twinaphex
2f10fd14d6 Create menu_entry_init/menu_entry_free 2017-09-28 06:02:14 +02:00
twinaphex
8af2559b2a Be similarly careful in other functions 2017-09-28 03:39:35 +02:00
twinaphex
8b62a7cb7d Fix crash that could occur upon loading content 2017-09-28 03:37:29 +02:00
twinaphex
8b5f8d8c64 menu_displaylist_info - rewrite path 2017-09-28 03:06:54 +02:00
twinaphex
08ecfc74ec Rewrite info.label 2017-09-28 02:45:03 +02:00
twinaphex
72087d1749 Rewrite path_b and path_c 2017-09-28 02:30:31 +02:00
twinaphex
72f42b602f menu_displaylist_info - reduce stack usage - exts no longer
a fixed size path
2017-09-28 01:38:05 +02:00
twinaphex
4a133144d5 Get rid of Coverity warning 2017-09-28 00:45:40 +02:00
Twinaphex
8ec326a43f Merge pull request #5479 from Brunnis/master
Add XMB menu option to show the Settings tab if it has previously been hidden
2017-09-26 16:51:50 +02:00
Mikael Brunnhede
a1e9027fe2 Added XMB menu option to show the Settings tab if it has previously been hidden. 2017-09-26 14:41:07 +02:00
radius
bb7243a412 fix offset, add a couple comments 2017-09-20 22:50:28 -05:00
twinaphex
770640be58 Fix more dereference before NULL checks 2017-09-18 16:40:38 +02:00
twinaphex
fa7a792180 Fix dereference before NULL check 2017-09-18 16:39:28 +02:00
twinaphex
60c7f8e35f Fix 'pointer to local outside scope' 2017-09-18 16:35:31 +02:00
twinaphex
c90307c585 Buildfix 2017-09-18 16:22:27 +02:00
twinaphex
e931bad7d1 Cleanups 2017-09-18 16:18:25 +02:00
twinaphex
49cf80db10 Fix resource leaks 2017-09-18 15:57:05 +02:00
twinaphex
170b368044 (360) Some buildfixes 2017-09-13 04:21:00 +02:00
Andrés
583a74c0e4 Merge pull request #5432 from fr500/master
input remapping cleanups
2017-09-11 23:07:42 -05:00
radius
6a561f6414 input remapping cleanups 2017-09-11 22:49:39 -05:00
twinaphex
466df258d8 Fix use after free 2017-09-12 05:09:56 +02:00
twinaphex
2d4cd1bd0e Fix resource leak 2017-09-12 05:08:56 +02:00
radius
529afd8451 osx buildfixes 2017-09-11 00:21:48 -05:00
radius
f1f4d629ad don't show the keymapper labels when not required 2017-09-11 00:21:48 -05:00
radius
3c9651ace0 fix wrapping 2017-09-11 00:21:46 -05:00
radius
c8752ec630 add left/right callbacks 2017-09-11 00:21:46 -05:00
radius
b93417fbed start implementing keymapper gui 2017-09-11 00:21:46 -05:00
twinaphex
0af92cc92e Reduce stack usage 2017-09-11 06:31:44 +02:00
twinaphex
29114ffe29 generic_action_ok_displaylist_push - reduce stack usage 2017-09-11 03:09:42 +02:00