3666 Commits

Author SHA1 Message Date
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