Commit Graph

3498 Commits

Author SHA1 Message Date
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
github-actions 34e9f10dff Fetch translations from Crowdin 2024-07-17 00:13:11 +00:00
github-actions b502434839 Fetch translations from Crowdin 2024-07-16 00:13:22 +00:00
github-actions 249c05e100 Fetch translations from Crowdin 2024-07-15 00:13:26 +00:00
github-actions c208186df5 Fetch translations from Crowdin 2024-07-14 00:14:18 +00:00
github-actions 60fd45f5f9 Fetch translations from Crowdin 2024-07-13 00:12:41 +00:00
github-actions 93a5d05383 Fetch translations from Crowdin 2024-07-11 00:13:43 +00:00
github-actions 2f3a5df4db Fetch translations from Crowdin 2024-07-10 00:13:28 +00:00
github-actions ef2be4a80c Fetch translations from Crowdin 2024-07-09 00:12:30 +00:00
github-actions fa24a2d3d4 Fetch translations from Crowdin 2024-07-08 00:13:25 +00:00
github-actions 8968ecd988 Fetch translations from Crowdin 2024-07-06 00:11:38 +00:00
github-actions eea939429c Fetch translations from Crowdin 2024-07-05 00:12:17 +00:00
github-actions 4072dcfc8a Fetch translations from Crowdin 2024-07-04 00:12:29 +00:00
github-actions 71b6932039 Fetch translations from Crowdin 2024-07-03 00:12:33 +00:00
github-actions 00b1e97c79 Fetch translations from Crowdin 2024-07-01 00:14:23 +00:00
github-actions fd8bb7b1ef Fetch translations from Crowdin 2024-06-28 00:12:41 +00:00
github-actions f4a45a4dd9 Fetch translations from Crowdin 2024-06-27 00:12:53 +00:00
github-actions 1ebe646198 Fetch translations from Crowdin 2024-06-26 00:12:27 +00:00
Jay Paul c570a6a20a allow saves and configs to be optionally synced to cloud 2024-06-25 08:25:28 -05:00
Joseph C. Osborn 05faba73e3 Add config values and menu items for viewport bias x/y 2024-06-25 08:18:39 -05:00
github-actions 929fa20348 Fetch translations from Crowdin 2024-06-24 00:13:51 +00:00
github-actions 7da8e28370 Fetch translations from Crowdin 2024-06-23 00:13:32 +00:00
github-actions 7830e8aa23 Fetch translations from Crowdin 2024-06-20 00:12:24 +00:00
github-actions e3bb6b7aa8 Fetch translations from Crowdin 2024-06-19 00:12:24 +00:00
github-actions e2b0d70ec0 Fetch translations from Crowdin 2024-06-18 00:12:46 +00:00
github-actions 622736e195 Fetch translations from Crowdin 2024-06-17 00:13:10 +00:00
github-actions 1f1ff0aafc Fetch translations from Crowdin 2024-06-16 00:13:36 +00:00
github-actions 7dab17e50c Fetch translations from Crowdin 2024-06-15 00:11:45 +00:00
github-actions 6b36fe8cf2 Fetch translations from Crowdin 2024-06-14 00:12:52 +00:00
github-actions 25a8bc9a42 Fetch translations from Crowdin 2024-06-13 00:12:37 +00:00
Jamiras 79cfce6033 add rarity and points to achievement unlock widget 2024-06-12 13:18:01 -05:00
github-actions af7f1f7f91 Fetch translations from Crowdin 2024-06-12 00:12:51 +00:00
github-actions 6e057abc8e Fetch translations from Crowdin 2024-06-11 00:12:40 +00:00
github-actions 37c9c17133 Fetch translations from Crowdin 2024-06-10 00:12:54 +00:00
github-actions 5bc5a9fb73 Fetch translations from Crowdin 2024-06-09 00:14:24 +00:00
github-actions fa61d82553 Fetch translations from Crowdin 2024-06-08 00:12:41 +00:00
github-actions f07b3d7c95 Fetch translations from Crowdin 2024-06-07 00:12:49 +00:00
github-actions 9419f02d63 Fetch translations from Crowdin 2024-06-06 00:11:47 +00:00
zoltanvb a9968e9e86 Controller device reservation / preference.
For each player, 2 new options are added:
- a reservation type (no reservation, preferred, reserved)
- a reserved device name

When handling port - player assignments, reserved devices
will be assigned to the respective player port. If reservation
type is "reserved", no other device can take that port
automatically.

Reservation config option and matching function lifted from:
PatrickStankard https://github.com/libretro/RetroArch/pull/16269

Test joypad driver was extended for more tests.

Co-authored-by: Patrick Stankard <me@patrickstankard.com>
2024-06-05 18:17:54 -05:00
github-actions 427e3fa6f6 Fetch translations from Crowdin 2024-06-05 00:12:18 +00:00
github-actions dab84a13d6 Fetch translations from Crowdin 2024-06-04 00:12:13 +00:00