orbea
|
476abf7dad
|
materialui: Move 'Start Core' before 'Load Core'.
This matches other menu drivers better where its already like this in
rgui, xmb and ozone.
|
2018-12-24 15:32:24 -08:00 |
|
orbea
|
d51b801221
|
ozone: Fix crash with menu_use_preferred_system_color_theme.
Fixes https://github.com/libretro/RetroArch/issues/7805
|
2018-12-23 11:41:43 -08:00 |
|
orbea
|
45c85aa6fe
|
xmb: Don't show a black background without assets.
This also now only hides the time icon instead of the entire time
without assets.
Fixes https://github.com/libretro/RetroArch/issues/7795
|
2018-12-22 15:51:43 -08:00 |
|
radius
|
c70e322496
|
cleanup
|
2018-12-21 18:19:48 -05:00 |
|
jdgleaver
|
f603d4ec30
|
(RGUI) Enable customisation of background and border colours
|
2018-12-20 16:13:16 +00:00 |
|
Twinaphex
|
22fcd0be67
|
Merge pull request #7762 from orbea/rgui
Fix gcc -Wformat-truncation= warnings.
|
2018-12-18 10:12:50 +01:00 |
|
orbea
|
13e29308d5
|
Fix gcc -Wformat-truncation= warnings.
menu/drivers/rgui.c: In function ‘rgui_render’:
menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=]
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~
menu/drivers/rgui.c:676:13:
type_str_buf);
~~~~~~~~~~~~
menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~
menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_selected ? '>' : ' ',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_title_buf,
~~~~~~~~~~~~~~~~
entry_spacing,
~~~~~~~~~~~~~~
type_str_buf);
~~~~~~~~~~~~~
menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=]
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~
menu/drivers/rgui.c:676:13:
type_str_buf);
~~~~~~~~~~~~
menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~
menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_selected ? '>' : ' ',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_title_buf,
~~~~~~~~~~~~~~~~
entry_spacing,
~~~~~~~~~~~~~~
type_str_buf);
~~~~~~~~~~~~~
|
2018-12-16 20:22:53 -08:00 |
|
Twinaphex
|
6dcdb843e8
|
Merge pull request #7758 from fr500/sideload
Sideload
|
2018-12-17 05:15:41 +01:00 |
|
radius
|
6c936274b7
|
make file copy operation a function
add sublabels
improve localization
|
2018-12-16 16:55:12 -05:00 |
|
radius
|
bfd23150b5
|
add core sideloading option
|
2018-12-16 12:42:09 -05:00 |
|
orbea
|
6e95a62fdf
|
Fix c89 build with clang.
|
2018-12-16 07:02:14 -08:00 |
|
radius
|
45228d0307
|
massive subsystem cleanup & use the proper data in each instance
|
2018-12-10 23:01:21 -05:00 |
|
radius
|
cad5ae287f
|
fix https://github.com/libretro/fbalpha/issues/24#issuecomment-445803876
|
2018-12-10 22:09:42 -05:00 |
|
alfrix
|
cd2d2f8807
|
Add icons for apply on toggle and autoapply
|
2018-11-30 18:10:28 -03:00 |
|
Twinaphex
|
4578b82027
|
Merge pull request #7681 from alfrix/master
Menu drivers asset handling updates
|
2018-11-30 09:35:06 +01:00 |
|
alfrix
|
982b39a8bf
|
Simplify and cleanup path handling, log the specific assets missing
|
2018-11-29 14:49:39 -03:00 |
|
alfrix
|
ab34b21f8d
|
XMB asset handling refactors also do not show black boxes
|
2018-11-29 14:49:39 -03:00 |
|
M4xw
|
8764d7be28
|
[LIBNX] Implement Over-/Downclocking and minor fixes
|
2018-11-29 18:42:44 +01:00 |
|
twinaphex
|
a24a788e52
|
Fix subsystem for ozone
|
2018-11-29 12:12:00 +01:00 |
|
twinaphex
|
2777ee2fa4
|
Fix memory leak
|
2018-11-28 09:49:28 +01:00 |
|
Twinaphex
|
34fe9205db
|
Revert "Revert "ozone: Fix subsystem_data being undefined""
|
2018-11-28 06:11:08 +01:00 |
|
Twinaphex
|
4d55c74f29
|
Revert "ozone: Fix subsystem_data being undefined"
|
2018-11-28 06:08:44 +01:00 |
|
Rob Loach
|
e15dd10237
|
ozone: Fix subsystem_data being undefined
subsystem_data was not defined, seemed like a declaration of subsystem was in the wrong place.
|
2018-11-27 13:19:50 -05:00 |
|
Twinaphex
|
02e7b16461
|
Merge pull request #7643 from fr500/subsystem
WIP: try to load subsystems without loading content
|
2018-11-27 18:56:41 +01:00 |
|
natinusala
|
ffaafbc77c
|
ozone: fix scroll when rebinding inputs
|
2018-11-27 15:32:43 +01:00 |
|
natinusala
|
04797d9406
|
ozone: fix flickering sidebar cursor
|
2018-11-26 14:02:32 +01:00 |
|
twinaphex
|
48dcd9640e
|
Remove this
|
2018-11-26 01:48:26 +01:00 |
|
natinusala
|
94211bf833
|
xmb: fix hang when resizing with threaded video driver
|
2018-11-26 00:16:25 +01:00 |
|
twinaphex
|
de903c650d
|
Reinitialize context in a different way
|
2018-11-25 20:34:50 +01:00 |
|
Twinaphex
|
3ca4ac2a21
|
(Ozone) Fix redefinition of typedef
|
2018-11-25 19:22:55 +01:00 |
|
Twinaphex
|
0b50328c6f
|
Merge pull request #7645 from fr500/upstream
repurpose the old settings to the new window sizing code
|
2018-11-25 17:52:59 +01:00 |
|
radius
|
c2fc35f2cc
|
repurpose the old settings to the new window sizing code
|
2018-11-25 11:10:58 -05:00 |
|
natinusala
|
44ae11ee60
|
ozone: fix toggle crash and cheevos badges opacity
|
2018-11-25 15:46:41 +01:00 |
|
radius
|
77faf4ac4a
|
[subsystem] try to load subsystems without loading content
|
2018-11-24 23:34:51 -05:00 |
|
twinaphex
|
4e796ae86e
|
(XMB) Cleanups
|
2018-11-25 05:29:40 +01:00 |
|
twinaphex
|
8be504e5e5
|
Don't reupload the textures all the time
|
2018-11-25 03:39:46 +01:00 |
|
twinaphex
|
0486979bc9
|
Should now work across core context resets
|
2018-11-25 03:01:41 +01:00 |
|
twinaphex
|
006a002f19
|
Revert "Should now correctly rescale after resolution changes"
This reverts commit c9bb537cdd33736c800a4c9ed30f8ead33bf4369.
|
2018-11-25 02:48:14 +01:00 |
|
twinaphex
|
c9bb537cdd
|
Should now correctly rescale after resolution changes
|
2018-11-25 02:45:13 +01:00 |
|
Alfrix
|
1356577c2e
|
Add more icons
|
2018-11-24 13:21:43 -03:00 |
|
natinusala
|
33ecec05c5
|
ozone: split into multiple files
|
2018-11-19 13:15:09 +01:00 |
|
natinusala
|
b694608251
|
ozone: increase legibility of menu when content is running
|
2018-11-19 10:34:02 +01:00 |
|
natinusala
|
bca0669833
|
ozone: fix cheevos badges, convert cheevos.c to LF
|
2018-11-19 10:23:55 +01:00 |
|
natinusala
|
fa96962fa7
|
ozone: fix osk visual glitch
|
2018-11-19 09:55:12 +01:00 |
|
natinusala
|
186cc288bb
|
ozone: fix typo, show images tab properly
|
2018-11-19 09:34:27 +01:00 |
|
Alfrix
|
780d77e29e
|
Relax the warning in XMB
|
2018-11-17 12:00:01 -03:00 |
|
Alfrix
|
2400da6129
|
Ozone: Localize and log asset warning
|
2018-11-17 10:35:20 -03:00 |
|
Alfrix
|
f4b6dcb6a1
|
Add missing assets warning to xmb
|
2018-11-17 10:34:37 -03:00 |
|
natinusala
|
fe2f9bdcbc
|
ozone: fix missing content icons
|
2018-11-15 20:47:59 +01:00 |
|
natinusala
|
c421df494b
|
ozone: fix playlists icons
|
2018-11-15 20:47:59 +01:00 |
|