Commit Graph

3850 Commits

Author SHA1 Message Date
zoltanvb 6294854990
Update viewport bias sublabels. 2025-03-02 16:29:16 +01:00
sonninnos 23170b82ec
Add MIDI device menu item dropdowns (#17645) 2025-03-01 17:33:46 -08:00
github-actions 7cb27c965d Fetch translations from Crowdin 2025-03-02 00:16:20 +00:00
github-actions b3e2d5213d Fetch translations from Crowdin 2025-03-01 00:17:26 +00:00
sonninnos b62cc87e84
Turbo Fire overhaul (#17633) 2025-02-27 20:15:22 -08:00
zoltanvb 9970d45367
Make autoconfig failure notifications optional. (#17636)
Introduce a new setting that controls autoconfiguration messages
when the config fails, either with fallback or without.
2025-02-27 20:15:06 -08:00
github-actions e9dd1731ee Fetch translations from Crowdin 2025-02-28 00:14:51 +00:00
github-actions 62f32e5f63 Fetch translations from Crowdin 2025-02-26 00:15:19 +00:00
github-actions e16953b9af Fetch translations from Crowdin 2025-02-25 00:14:55 +00:00
github-actions 55b59262b9 Fetch translations from Crowdin 2025-02-24 00:15:28 +00:00
github-actions b5fd91972c Fetch translations from Crowdin 2025-02-22 00:13:39 +00:00
github-actions 09a59edd6b Fetch translations from Crowdin 2025-02-20 00:14:51 +00:00
github-actions d818cb8fe1 Fetch translations from Crowdin 2025-02-19 00:14:43 +00:00
sonninnos e4fe551924
Gray Dark+Light theme adjustments (#17597) 2025-02-18 20:47:10 +02:00
github-actions 660cf1f449 Fetch translations from Crowdin 2025-02-17 00:16:46 +00:00
github-actions 73bc4092a1 Fetch translations from Crowdin 2025-02-16 00:15:52 +00:00
github-actions 83c0c1fc43 Fetch translations from Crowdin 2025-02-15 00:14:14 +00:00
github-actions b4c15668bd Fetch translations from Crowdin 2025-02-14 00:14:34 +00:00
github-actions a6ea47df15 Fetch translations from Crowdin 2025-02-13 00:14:41 +00:00
sonninnos bdf2e9407d
Label rewording and deprecation removal (#17560) 2025-02-12 09:52:12 +01:00
github-actions 49e625e750 Fetch translations from Crowdin 2025-02-12 00:14:33 +00:00
sonninnos 2073b8abfc
XMB: Icon thumbnail improvements (#17558) 2025-02-11 23:09:47 +01:00
Eric Warmenhoven 422a4310f3
Add To Playlist from quickmenu can't rely on the current playlist (#17556) 2025-02-11 21:01:42 +01:00
github-actions 77c0950a1b Fetch translations from Crowdin 2025-02-11 00:15:00 +00:00
sonninnos 1a5e255c1b
Playlists menu label capitalization (#17551) 2025-02-10 15:07:21 +01:00
github-actions 5d3ff55b86 Fetch translations from Crowdin 2025-02-10 00:14:31 +00:00
sonninnos 372396d5b6
Add separate visibility toggle for playlist tabs (#17545) 2025-02-10 00:45:50 +01:00
sonninnos 0d46073bb9
Add mute on rewind option (#17541) 2025-02-09 14:24:14 +01:00
sonninnos 3bf04c6034
GLUI: Fix null label icon (#17538) 2025-02-09 06:11:21 +01:00
github-actions 58d7879e1d Fetch translations from Crowdin 2025-02-09 00:14:47 +00:00
github-actions 17bc1eba3f Fetch translations from Crowdin 2025-02-08 00:13:29 +00:00
github-actions 3f70ac54a5 Fetch translations from Crowdin 2025-02-07 00:14:43 +00:00
github-actions 187463d355 Fetch translations from Crowdin 2025-02-06 00:14:50 +00:00
sonninnos 998200793d
File Browser settings + Directory list cleanup (#17519) 2025-02-05 07:19:50 +01:00
github-actions 9b3b75aa93 Fetch translations from Crowdin 2025-02-03 00:14:45 +00:00
github-actions 97803f5627 Fetch translations from Crowdin 2025-01-30 00:14:14 +00:00
github-actions 104561e7aa Fetch translations from Crowdin 2025-01-29 00:14:29 +00:00
github-actions c11d9bee2e Fetch translations from Crowdin 2025-01-25 00:13:19 +00:00
github-actions 81e443c4cf Fetch translations from Crowdin 2025-01-24 00:14:32 +00:00
github-actions 14a28b81af Fetch translations from Crowdin 2025-01-23 00:14:36 +00:00
github-actions 5c53570446 Fetch translations from Crowdin 2025-01-22 00:14:25 +00:00
Mathieu Poliquin 66e23fca79
New feature: Override player input with machine learning models (#17407)
* Add dummy game ai subsystem

* First working prototype of a machine learning model that can override player input

* Update README.md

* Update README.md

* Fix loading path on Windows

* Change ai override to player 2

* Added quick menu show game ai option

* Implemented Quick Menu entry for Game AI options

* Redirect debug logs to retroarch log system + properly support player override

* Added support to use framebuffer as input to the AI

* Added pixel format parameter to API

* Fix game name

* code clean-up of game_ai.cpp

* Update README.md - Windows Build

* Update README.md

* Update README.md

* Update README.md

* Update config.params.sh

turn off GAME_AI feature by default

* Fix compile error in menu_displaylist.c

* Add missing #define in menu_cbs_title.c

* Added new game_ai entry in griffin_cpp

* Remove GAME_AI entry in  msg_hash_us.c

* Fix compile error in menu_displaylist.h

* Removed GAME AI references from README.md

* Fixes coding style + add GameAI lib API header

* Convert comment to legacy + remove unused code

* Additional coding style fixes to game_ai.cpp

* Fix identation issues in game_ai.cpp

* Removed some debug code in game_ai.cpp

* Add game_ai_lib in deps

* Replace assert with retro_assert

* Update Makefile.common

* Converting game_ai from cpp to c. First step.

* Convert game_ai from CPP to C. STEP 2: add C function calls

* Convert game_ai from CPP to C. Final Step

* Added shutdown function for game ai lib

* Update game_ai_lib README

* Fix crash when loading/unloading multiple games
2025-01-21 13:05:43 +01:00
github-actions 54debca4a3 Fetch translations from Crowdin 2025-01-21 00:14:16 +00:00
sonninnos 391ba55b81
Add playlist random selector (#17441)
* Add playlist random selector

* Buildfix attempt

* ORBIS buildfix attempt
2025-01-20 18:25:41 +01:00
github-actions 1f2b299e00 Fetch translations from Crowdin 2025-01-20 00:19:46 +00:00
github-actions 5db9b7f8c9 Fetch translations from Crowdin 2025-01-19 00:15:40 +00:00
zoltanvb 976cb288c3
Update font size sublabel. (#17435) 2025-01-18 22:45:00 +01:00
github-actions cf0ec85c35 Fetch translations from Crowdin 2025-01-18 00:13:21 +00:00
github-actions 1975235fd7 Fetch translations from Crowdin 2025-01-17 00:14:25 +00:00
Jamiras 0113226936
(cheevos) include achievement state in netplay states (#17416)
* add achievement data to netplay save state

* honor achievement state from netplay server

* keep processing achievements if menu doesn't pause game

* remove unused variable

* only CRC coremem

* force send savestate on join and hardcore change

* allow hardcore enablement to be synced to clients

* still calculate cheevos_size for non-server

* use appropriate buffer

* optimizations for when achievements are disabled

* support interfacing with older protocols

* formatting

* c89
2025-01-16 20:00:02 +01:00
github-actions beceb88cd7 Fetch translations from Crowdin 2025-01-16 00:14:30 +00:00
github-actions 5069b693a1 Fetch translations from Crowdin 2025-01-15 00:14:15 +00:00
github-actions 41290bb1a8 Fetch translations from Crowdin 2025-01-13 00:16:05 +00:00
hizzlekizzle f7678abe8d
Add flicker warnings, only auto-apply preferred overlays on Android and iOS (#17398)
* disable default overlays except on Android and iOS

* add flicker warnings to BFI/Subframes/rolling scan

and remove the prohibitions against other settings, since those conflicts are handled automagically anyway

* formatting nit
2025-01-12 17:34:13 +01:00
github-actions 62a85ae737 Fetch translations from Crowdin 2025-01-12 00:16:13 +00:00
github-actions 857dc8be5a Fetch translations from Crowdin 2025-01-11 00:14:13 +00:00
sonninnos 1e32a1e5e9
Save state logging and label unifications (#17384) 2025-01-10 14:47:28 +01:00
github-actions 2c57a35055 Fetch translations from Crowdin 2025-01-10 00:15:03 +00:00
github-actions 74e7a62e91 Fetch translations from Crowdin 2025-01-09 00:14:07 +00:00
Rob Loach 941806698e
Add SSL Support to the information list (#17370) 2025-01-09 00:09:56 +01:00
github-actions 3ba7d88cea Fetch translations from Crowdin 2025-01-07 00:14:59 +00:00
github-actions 9c6e772497 Fetch translations from Crowdin 2025-01-06 00:15:51 +00:00
sonninnos 0913263817
Integer Scale Axis sublabel correction (#17345) 2025-01-05 03:50:32 +01:00
github-actions 51c1482062 Fetch translations from Crowdin 2025-01-05 00:16:02 +00:00
neil4 6412f4feef
Overlay: Add Analog Recentering Zone (#17339) 2025-01-04 03:19:02 +01:00
github-actions 54c37cf16d Fetch translations from Crowdin 2025-01-04 00:16:33 +00:00
github-actions ee191f3064 Fetch translations from Crowdin 2025-01-03 00:14:50 +00:00
sonninnos 50c943ac96
Audio stream state msg cleanup (#17328) 2025-01-02 01:49:54 +01:00
github-actions 94dce4001e Fetch translations from Crowdin 2024-12-31 00:14:25 +00:00
github-actions 9a19b49a4f Fetch translations from Crowdin 2024-12-30 00:15:25 +00:00
Jamiras a70eba3fd5
(cheevos) allow subframes in hardcore (#17296)
* allow subframes in hardcore

* remove unused message
2024-12-28 00:39:44 +01:00
github-actions d5d1c424c8 Fetch translations from Crowdin 2024-12-27 00:14:30 +00:00
github-actions a2e9915532 Fetch translations from Crowdin 2024-12-26 00:14:21 +00:00
github-actions 3ab3b32103 Fetch translations from Crowdin 2024-12-23 00:15:28 +00:00
github-actions 12ddb1b6d7 Fetch translations from Crowdin 2024-12-22 00:16:12 +00:00
Zach Morris b16f04de0a
Add Named_Logos (#17216)
* Draft:  Add Named_Logos

* Allow selecting Content Logo as a thumbnail display

* Increase pl_thumbnail_download index

to 4 to match the 4 available thumb types

---------

Co-authored-by: Rob Loach <robloach@gmail.com>
2024-12-20 18:52:27 -08:00
Viačasłaŭ fbe135fb60
Fix displaying PipeWire help label, styling (#17274)
Update README
2024-12-20 18:51:48 -08:00
github-actions b252725394 Fetch translations from Crowdin 2024-12-21 00:14:09 +00:00
libretroadmin 6c914bed06 Add GDI system feature 2024-12-20 21:03:57 +01:00
libretroadmin 8571847fda Filter system features 2024-12-20 20:41:59 +01:00
Viačasłaŭ 963ffc0e77
Add PipeWire audio driver (#17271) 2024-12-19 22:11:27 -08:00
github-actions cde4e9253b Fetch translations from Crowdin 2024-12-20 00:14:47 +00:00
github-actions 4d7dfd2848 Fetch translations from Crowdin 2024-12-16 00:16:24 +00:00
github-actions 928249b20b Fetch translations from Crowdin 2024-12-14 00:14:51 +00:00
github-actions 840bee7297 Fetch translations from Crowdin 2024-12-13 00:16:02 +00:00
zoltanvb ccb7f4e0ce
Clarify latency setting. (#17253) 2024-12-12 12:42:52 -08:00
github-actions 722fdd925e Fetch translations from Crowdin 2024-12-11 00:15:58 +00:00
github-actions fc872a1f6c Fetch translations from Crowdin 2024-12-10 00:16:06 +00:00
github-actions 29bee5c55b Fetch translations from Crowdin 2024-12-09 00:16:15 +00:00
Eric Warmenhoven 99c2676efa
Add option to load overlay based on system name (#17233) 2024-12-07 23:58:33 -08:00
github-actions 3b4d1aa0a4 Fetch translations from Crowdin 2024-12-08 00:16:56 +00:00
github-actions 900ec71cba Fetch translations from Crowdin 2024-12-01 00:18:14 +00:00
github-actions 67f2cf56d4 Fetch translations from Crowdin 2024-11-30 00:14:52 +00:00
github-actions b67ee2afeb Fetch translations from Crowdin 2024-11-28 00:15:51 +00:00
github-actions 16123d4fdb Fetch translations from Crowdin 2024-11-25 00:16:07 +00:00
github-actions 9b77959a48 Fetch translations from Crowdin 2024-11-24 00:19:41 +00:00
github-actions a894a20b83 Fetch translations from Crowdin 2024-11-23 00:14:25 +00:00
github-actions 522b607809 Fetch translations from Crowdin 2024-11-22 00:15:42 +00:00
github-actions dd24e46ea1 Fetch translations from Crowdin 2024-11-21 00:15:53 +00:00
libretroadmin 2809421d4e Revert "static variables are initialized to '0' automatically as per C rules"
This reverts commit 2a0984b6e4.
2024-11-19 03:03:13 +01:00
libretroadmin 2a0984b6e4 static variables are initialized to '0' automatically as per C rules 2024-11-18 15:33:34 +01:00
github-actions 24b6f96ce5 Fetch translations from Crowdin 2024-11-17 00:16:05 +00:00
github-actions 38520faabf Fetch translations from Crowdin 2024-11-16 00:14:19 +00:00
github-actions 3d8c981ac9 Fetch translations from Crowdin 2024-11-15 00:15:36 +00:00
github-actions 61357712c1 Fetch translations from Crowdin 2024-11-14 00:14:39 +00:00
github-actions 94525363f0 Fetch translations from Crowdin 2024-11-13 00:14:49 +00:00
github-actions 76cb1acefd Fetch translations from Crowdin 2024-11-12 00:14:23 +00:00
github-actions bb808dfc69 Fetch translations from Crowdin 2024-11-11 00:15:03 +00:00
github-actions 7736237872 Fetch translations from Crowdin 2024-11-10 00:15:44 +00:00
github-actions 0e8d8c4811 Fetch translations from Crowdin 2024-11-09 00:13:43 +00:00
github-actions c752312a19 Fetch translations from Crowdin 2024-11-08 00:14:27 +00:00
github-actions b3f3856db2 Fetch translations from Crowdin 2024-11-07 00:14:45 +00:00
github-actions c9fae44b03 Fetch translations from Crowdin 2024-11-06 00:14:28 +00:00
github-actions b0da8b1579 Fetch translations from Crowdin 2024-11-05 00:14:56 +00:00
sonninnos cd4bca9178
Core info page cleanup and firmware icons (#17153) 2024-11-03 18:14:53 -06:00
github-actions 02716844fd Fetch translations from Crowdin 2024-11-03 00:15:59 +00:00
github-actions 5725e48081 Fetch translations from Crowdin 2024-11-02 00:13:43 +00:00
github-actions b8b0de3716 Fetch translations from Crowdin 2024-11-01 00:16:20 +00:00
sonninnos 94f389ae30
Netplay Fade Chat label correction (#17141) 2024-10-30 17:56:38 -07:00
github-actions 3b465be243 Fetch translations from Crowdin 2024-10-30 00:15:03 +00:00
github-actions cb7cd6ef3b Fetch translations from Crowdin 2024-10-29 00:15:08 +00:00
github-actions 320bd8b750 Fetch translations from Crowdin 2024-10-28 00:15:32 +00:00
github-actions a0bcf7945d Fetch translations from Crowdin 2024-10-27 00:15:59 +00:00
github-actions a118963dc9 Fetch translations from Crowdin 2024-10-26 00:14:01 +00:00
github-actions 562e4ba40f Fetch translations from Crowdin 2024-10-25 00:14:56 +00:00
github-actions be92b974d2 Fetch translations from Crowdin 2024-10-24 00:15:08 +00:00
github-actions 192c992725 Fetch translations from Crowdin 2024-10-23 00:14:50 +00:00
github-actions fe9d890331 Fetch translations from Crowdin 2024-10-22 00:14:55 +00:00
github-actions fd9f242895 Fetch translations from Crowdin 2024-10-21 00:15:24 +00:00
github-actions 19b8946372 Fetch translations from Crowdin 2024-10-20 00:16:09 +00:00
github-actions ec4c11268b Fetch translations from Crowdin 2024-10-19 00:13:50 +00:00
github-actions 9c7919dc58 Fetch translations from Crowdin 2024-10-18 00:14:45 +00:00
sonninnos 2b8d743a85
GLUI icon fixes (#17102) 2024-10-16 12:00:07 -07:00
github-actions 73b9a5e899 Fetch translations from Crowdin 2024-10-16 00:14:56 +00:00
github-actions de38db7d10 Fetch translations from Crowdin 2024-10-15 00:14:20 +00:00
sonninnos 84b58dd001
Pixel perfect integer scaling improvements (#17098) 2024-10-14 14:44:10 -07:00
neil4 f85c9693a0
Combine menu entries for RunAhead and Preemptive Frames (#17093) 2024-10-14 04:21:09 -07:00
github-actions f886f620df Fetch translations from Crowdin 2024-10-14 00:15:15 +00:00
github-actions 1e4b81c6b2 Fetch translations from Crowdin 2024-10-13 00:15:42 +00:00
github-actions 228426880b Fetch translations from Crowdin 2024-10-11 00:14:36 +00:00
github-actions feb8dcede4 Fetch translations from Crowdin 2024-10-08 00:14:16 +00:00
github-actions 5d433adfc3 Fetch translations from Crowdin 2024-10-07 00:15:13 +00:00
Viačasłaŭ d544c78020
Bring the Chuncheon relay server back into intl (#17077) 2024-10-06 14:37:19 -07:00
github-actions 3c10575436 Fetch translations from Crowdin 2024-10-06 00:15:52 +00:00
github-actions e1e341d003 Fetch translations from Crowdin 2024-10-04 00:14:42 +00:00
github-actions b112b5b9cc Fetch translations from Crowdin 2024-10-03 00:14:26 +00:00
bulzipke d5c6a4f997
Add east asian relay server (#17055) 2024-10-01 17:36:58 -07:00
Viačasłaŭ 3019b926c2
Fix typos (#17068) 2024-10-01 17:36:33 -07:00
github-actions f484ceffcf Fetch translations from Crowdin 2024-09-30 00:15:01 +00:00
github-actions 68c5b1f7a3 Fetch translations from Crowdin 2024-09-29 00:16:12 +00:00
github-actions d8927bea04 Fetch translations from Crowdin 2024-09-28 00:13:41 +00:00
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