Autechre
ec7e528094
Merge pull request #12466 from christianhaitian/master
...
Add nmcli to wifi drivers
2021-06-03 20:08:42 +02:00
toshixm
4fab84ca9e
improve message wrapping with CJK languages
2021-06-03 21:09:35 +09:00
Jamiras
ef9beea9f8
use info icon for headers; use server default image while downloading badges
2021-06-01 21:27:02 -06:00
Jamiras
e76265e1aa
group achievements by category
2021-06-01 15:23:18 -06:00
Christian_Haitian
74d9f976a8
Add wifi configuration menu
...
Enable with --enable-wifi during
configuration before make.
Credit to valadaa48 for the
code and configuration.
2021-05-31 02:20:34 +00:00
Autechre
0d7a028ce3
Merge pull request #12444 from Jamiras/info_crash
2021-05-28 08:50:21 +02:00
Jamiras
45c0dc4486
fix crash by restoring incorrectly eliminated line
2021-05-27 21:34:51 -06:00
jdgleaver
8e54b4cec9
(Show Inputs on Overlay) DISABLE_MENU=1 buildfix + Qt settings update
2021-05-26 18:15:23 +01:00
jdgleaver
466bd3be7f
Add option to select between 'touched' elements and physical controller inputs when showing inputs on overlays
2021-05-25 18:01:52 +01:00
twinaphex
fb8c73508b
Apply diff patch taking care of issues
2021-05-24 18:40:40 +02:00
SecularSteve
c424315510
Made the text, icons and borders darker, fixed the sidebar gradient.
2021-05-23 22:44:42 +02:00
Yoshi Sugawara
4dcbd3e383
[iOS/tvOS] Disable core info caching for iOS
2021-05-23 08:33:14 -10:00
SecularSteve
d75e53a11a
Added new "Ocean Blue" theme for Ozone
2021-05-23 13:47:46 +02:00
twinaphex
9cd19d4944
Silence warning - ret was never used
2021-05-22 16:05:26 +02:00
twinaphex
57a728fd41
Rename audio_out_rate to audio_output_sample_rate
2021-05-21 22:36:46 +02:00
twinaphex
f66d4ea33c
Remove unused variables
2021-05-21 17:14:13 +02:00
SecularSteve
b355217e6d
small fixes
2021-05-20 14:45:21 +02:00
SecularSteve
32f68e81d6
Added new "Ocean Blue" theme
2021-05-20 14:13:58 +02:00
SecularSteve
0bd49c59c6
Added new "Ocean Blue" theme
2021-05-20 14:11:00 +02:00
SecularSteve
a1ff509276
Added new "Ocean Blue" theme (along with a small tutorial)
...
I also sorted all of floats of the other themes in order.
2021-05-20 14:10:13 +02:00
twinaphex
0482892a9c
Get rid of return variable for snprintf
2021-05-18 23:09:45 +02:00
twinaphex
e08290acb0
Less strlcpy/strlcat concatenation of strings
2021-05-18 21:06:29 +02:00
twinaphex
e34c84d791
Use snprintf in more situations
2021-05-18 20:19:19 +02:00
twinaphex
2e4b734159
Cleanups - replace several messy strlcpy/strlcats with one single
...
snprintf
2021-05-18 20:09:48 +02:00
twinaphex
fc2a011a5c
Use single snprintf call where possible instead of multiple
...
strlcpy/strlcat calls
2021-05-18 19:36:20 +02:00
twinaphex
7bbdd6d18a
Prefer using snprintf instead of insecure sprintf
2021-05-18 15:14:08 +02:00
Michael Burgardt
d50be7a0ab
Added simple playlist entry enumeration to ozone; added toggle option by jdgleaver
2021-05-17 18:49:25 +02:00
jdgleaver
be84700d0a
(XMB) Fix display of 'Maximum Users' menu entry dropdown list
2021-05-17 14:41:57 +01:00
jdgleaver
358cafa978
(RGUI) Fix saving of config files/overrides when 'Lock Menu Aspect Ratio' is enabled
2021-05-14 10:50:18 +01:00
jdgleaver
6f471e0660
Fix content loading via file browser on platforms with 'broken' core handling (i.e. emscripten)
2021-05-13 15:32:25 +01:00
Autechre
667568b0b8
Merge pull request #12386 from Ryunam/ozone-themes-id
...
Updates to Ozone (follow-up to #12382 )
2021-05-12 16:02:07 +02:00
Ryunam
a16aba2138
Updates to Ozone
2021-05-12 15:28:26 +02:00
jdgleaver
50d27fada9
(Static Platforms) Ensure 'Always Reload Core on Run Content' setting is applied when loading content via the file browser
2021-05-12 10:59:07 +01:00
Autechre
a6d92de0b2
Merge pull request #12382 from Ryunam/ozone-themes-id
...
Minor updates to Ozone themes code
2021-05-12 09:18:02 +02:00
Autechre
89391ccf9a
Merge pull request #12287 from LazyFunker/master
...
Some fixes for UWP/XBox
2021-05-12 09:17:53 +02:00
David Guillen Fandos
9280340fe0
CPU governor/frequency part 2
...
This adds managed policies and settings to store them and reload them at
startup. Only for Lakka builds!
2021-05-12 02:16:25 +02:00
Ryunam
85466225de
Minor updates to Ozone themes code
2021-05-11 19:35:38 +02:00
GavinDarkglider
f24f827c4c
Updates For Lakka Switch build. ( #12369 )
2021-05-07 20:58:30 +02:00
jdgleaver
c37f540b72
Core Info Cache Improvements
...
- Core info cache can now be enabled/disabled on all platforms via a new `Settings > Core > Cache Core Info Files` option
- Core info cache file has been renamed from `.cache` to `core_info.cache` (i.e. it is no longer a 'hidden' file on Unix platforms, so can be deleted easily)
- The core info cache file is now compressed (rzip) to further reduce disk IO
- The presence of a `core_info.refresh` file in the core info directory will force a one-time refresh of the info cache. This file is generated automatically when toggling on the `Cache Core Info Files` option, and we will also add it to core info file packaging such that updating info files (either manually or via the online updater) will force a refresh
- The core info cache no longer contains 'core is locked' and 'firmware missing' data fields; these are 'dynamic' properties that must be determined at runtime
- The 'core is locked' status is now determined on core info intialisation by parsing the core directory listing, rather than by performing indivdual 'lock file exists' checks. This minimises file IO, and greatly improves performance on devices with slow storage
- While parsing the core info cache file, we now avoid unnecessary `strdup()`s when adding entries to the resultant cache list
- Memory leaks (potential and real) have been fixed, and safety checks added
- Build errors have been fixed
2021-05-06 15:00:55 +01:00
Autechre
6241909a08
Merge pull request #12356 from jdgleaver/warn-fix
...
Fix 'unhandled enum' compiler warning on non-LAKKA platforms
2021-05-04 16:04:33 +02:00
jdgleaver
0706cdea4c
Fix 'unhandled enum' compiler warning on non-LAKKA platforms
2021-05-04 12:35:01 +01:00
jdgleaver
07099797bd
(3DS) Disable menu screensaver animations in XMB/GLUI
2021-05-04 11:44:30 +01:00
David Guillen Fandos
b2c20e8ce0
Initial support for tweaking CPU governors/scaling policies
...
This is, at the moment, aimed at Lakka only.
2021-05-01 18:35:38 +02:00
Autechre
84ab14cb83
Merge pull request #12281 from eadmaster/multi_patch
...
added multi-softpatching support + OSD messages for patches (#9947 )
2021-04-30 16:00:43 +02:00
eadmaster
019130298a
added multi-softpatching support + OSD messages for patches ( #9947 )
...
fixed Travis error
2021-04-30 14:12:47 +02:00
jdgleaver
f4511f6fa4
(core_info) Performance optimisations + code clean-ups/refactors
2021-04-26 14:30:31 +01:00
Autechre
d24f808d79
Merge pull request #12294 from ToKe79/lakka_timezone
...
Lakka: add menu for time zone setting
2021-04-22 18:38:19 +02:00
jdgleaver
80753ac741
Add search filter support to cheats and overlays file browser menus
2021-04-22 16:56:57 +01:00
jdgleaver
fc283123bb
(RGUI) Fix display of 'Video > Scaling' menu when 'Lock Menu Aspect Ratio' is enabled
2021-04-22 15:55:59 +01:00
Tomáš Kelemen (vudiq)
90529c62b2
Lakka: add menu for time zone setting
...
This adds new entry under Settings -> Services (where all Lakka related
services are currently available, such as switches for services like
SSH, Samba, etc.). By adding this the users do not have to use the
command line / access the file system directly to change their local
time zone to adjust the date/time displayed in RetroArch.
2021-04-21 18:12:42 +02:00