github-actions
443348f014
Fetch translations from Crowdin
2024-09-27 00:14:54 +00:00
github-actions
cae587f7a6
Fetch translations from Crowdin
2024-09-26 00:14:05 +00:00
github-actions
c43bc65c7e
Fetch translations from Crowdin
2024-09-23 00:14:44 +00:00
github-actions
17c899fac3
Fetch translations from Crowdin
2024-09-20 00:14:10 +00:00
github-actions
bec4107412
Fetch translations from Crowdin
2024-09-19 00:14:15 +00:00
github-actions
61a3397b67
Fetch translations from Crowdin
2024-09-17 00:12:22 +00:00
github-actions
b1aa7522fd
Fetch translations from Crowdin
2024-09-15 00:15:17 +00:00
github-actions
7601df9a4c
Fetch translations from Crowdin
2024-09-14 00:13:13 +00:00
github-actions
33c5c5341b
Fetch translations from Crowdin
2024-09-13 00:14:00 +00:00
github-actions
08dd2a8f7b
Fetch translations from Crowdin
2024-09-12 00:14:19 +00:00
Eric Warmenhoven
6e2f0a4f30
apple: don't allow opening sdl2 microphone if not using sdl2 audio ( #16989 )
2024-09-11 12:33:41 -07:00
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