3538 Commits

Author SHA1 Message Date
Jamiras
a15d8d558a
(cheevos) use translated strings for achievement messages (#16987) 2024-09-10 23:31:34 -05:00
zoltanvb
4e063934fd
Add option to disable analog stick menu navigation (#16743)
Two new settings added to Settings / Input / Menu Control:
- disable left analog stick in menu navigation
- disable right analog stick in menu navigation

Since the corresponding logic is already a distinct logic flow in
input driver, no change was necessary to analog-to-digital settings
or the like.
2024-09-10 18:13:31 -07:00
Jay Paul
e61b3ae2ba
Sort Remaps by Connected Controller (#16747)
* sort remaps by connected controller if option is enabled

* ensure dir name is valid based on input device name

* Fix comments

* Fix forbidden mixed declarations and code

* fixing build errors

* fix additional build warning/error

* Resolved code review change requests

* Changed strlcat to strlcpy as per recommendation

* Retrigger checks

* Use proper path separator.

* Ensure default value is toggled off.

* Ensure that gamepad device name is valid.
2024-09-10 17:39:35 -07:00
github-actions
5fcec5d342 Fetch translations from Crowdin 2024-09-08 00:14:53 +00:00
github-actions
c87a88f456 Fetch translations from Crowdin 2024-09-07 00:28:28 +00:00
github-actions
5e14f7b914 Fetch translations from Crowdin 2024-09-06 00:13:57 +00:00
github-actions
0c6a93311c Fetch translations from Crowdin 2024-09-05 00:13:49 +00:00
ItzSelenux
cbfe2a7279
Add Selenium theme for Ozone (#16960) 2024-09-03 22:00:14 -07:00
github-actions
a32c43cc3a Fetch translations from Crowdin 2024-09-04 00:13:40 +00:00
github-actions
329b16d267 Fetch translations from Crowdin 2024-09-03 00:13:17 +00:00
github-actions
7e70851d38 Fetch translations from Crowdin 2024-09-02 00:14:07 +00:00
github-actions
3c93054f5b Fetch translations from Crowdin 2024-09-01 00:16:16 +00:00
github-actions
810fe4545f Fetch translations from Crowdin 2024-08-31 00:13:44 +00:00
github-actions
3d272d4714 Fetch translations from Crowdin 2024-08-30 00:14:00 +00:00
sonninnos
3f8dc5c49d
Remove 'Frame Rest' (#16936) 2024-08-29 03:35:09 -07:00
github-actions
fe870bc2e0 Fetch translations from Crowdin 2024-08-29 00:13:48 +00:00
github-actions
80a263eb4c Fetch translations from Crowdin 2024-08-28 00:13:32 +00:00
sonninnos
391b46c3be
Automatic Frame Delay refactor (#16929) 2024-08-27 01:53:10 -07:00
github-actions
a3f13b2268 Fetch translations from Crowdin 2024-08-25 00:14:13 +00:00
github-actions
47397f07a1 Fetch translations from Crowdin 2024-08-22 00:13:17 +00:00
github-actions
fa0e6cc3ff Fetch translations from Crowdin 2024-08-21 00:13:05 +00:00
github-actions
819a9583cc Fetch translations from Crowdin 2024-08-19 00:13:27 +00:00
github-actions
bf25bd9149 Fetch translations from Crowdin 2024-08-17 00:12:16 +00:00
github-actions
a759e60148 Fetch translations from Crowdin 2024-08-15 00:13:22 +00:00
github-actions
7157e265d2 Fetch translations from Crowdin 2024-08-14 00:13:18 +00:00
github-actions
5a576449cf Fetch translations from Crowdin 2024-08-13 00:13:52 +00:00
github-actions
25cd07b7c2 Fetch translations from Crowdin 2024-08-12 00:13:33 +00:00
Eric Warmenhoven
12def933dc
cloud sync: add options to sync thumbnails and system files, default off (#16869) 2024-08-11 13:12:35 -07:00
github-actions
2290955e4c Fetch translations from Crowdin 2024-08-10 00:12:12 +00:00
github-actions
d83775a6b7 Fetch translations from Crowdin 2024-08-09 00:13:14 +00:00
github-actions
297b04edfd Fetch translations from Crowdin 2024-08-08 00:13:10 +00:00
Jason Breitweiser
11d9a841f3
This change allows playlist icons to be replaced with Logos. (#16758)
* This change allows playlist icons to be replaced with Logos. the art is loaded to the Thumbnail Named_Logos folder. It is treated the same as other thumbnails for naming and for automatic download. There is a settings menu option to turn it on and off. It is off by default. This only applies to the xmb menu driver.

* Removed commented out code against the style guide.

* Code cleanup for C89 compatibitity

* Cleaned up errors from Automated CI.

* Cleaned up comments.

* Update gfx_display.c

change strcpy to strlcpy

* Update gfx_thumbnail_path.c

fix code formatting

* Update xmb.c

code formatting changes
2024-08-07 08:39:57 -07:00
github-actions
b14fc30d1a Fetch translations from Crowdin 2024-08-07 00:34:03 +00:00
github-actions
571ae9f72e Fetch translations from Crowdin 2024-08-06 00:12:58 +00:00
github-actions
45b163547e Fetch translations from Crowdin 2024-08-05 00:13:40 +00:00
github-actions
0f367d795e Fetch translations from Crowdin 2024-08-04 00:13:58 +00:00
github-actions
38b3ba4e00 Fetch translations from Crowdin 2024-08-02 00:12:40 +00:00
github-actions
13dbb31f62 Fetch translations from Crowdin 2024-07-29 00:13:21 +00:00
github-actions
c1f23a3b09 Fetch translations from Crowdin 2024-07-28 00:14:12 +00:00
github-actions
5510181e91 Fetch translations from Crowdin 2024-07-27 00:11:55 +00:00
github-actions
b476dd1c28 Fetch translations from Crowdin 2024-07-26 00:12:40 +00:00
zoltanvb
b090f85620
Support for non-PNG local thumbnails (#16806)
Allow thumbnails (boxart, title, screenshot) to be loaded in any
other supported format as well, currently jpg, bmp, tga.

Support is for local thumbnails only, downloads are not changed.
PNG format is always preferred. Menu option added for control,
since trying for multiple thumbnail files may impact performance
on slow storage media.
2024-07-24 18:31:41 -07:00
github-actions
3f2ad22fce Fetch translations from Crowdin 2024-07-25 00:12:49 +00:00
github-actions
eada7985f5 Fetch translations from Crowdin 2024-07-24 00:14:04 +00:00
github-actions
3ba8171ed8 Fetch translations from Crowdin 2024-07-22 00:13:24 +00:00
github-actions
019f256b17 Fetch translations from Crowdin 2024-07-20 00:12:39 +00:00
github-actions
39a2cecdc5 Fetch translations from Crowdin 2024-07-19 01:43:18 +00:00
Jamiras
1232a6ae6e
include rank on leaderboard submission notification (#16788) 2024-07-18 13:32:37 -07:00
Joseph C. Osborn
a7bc0ad68f Make custom aspect ratios under integer scaling respect xy offset
This makes them more usable.  I don't understand why it was ever
disallowed, can someone review and let me know?
2024-07-18 08:22:42 -05:00
github-actions
708a1469fb Fetch translations from Crowdin 2024-07-18 00:12:33 +00:00