3043 Commits

Author SHA1 Message Date
github-actions
97ad745f15 Fetch translations from Crowdin 2023-04-18 00:11:13 +00:00
github-actions
bdc34f2046 Fetch translations from Crowdin 2023-04-17 00:11:49 +00:00
Jamiras
8ea9651d09
(cheevos) expand leaderboard visibility settings (#15201)
* migrate cheevos_leaderboard_enabled setting to cheevos_visibility_lboard_X

* provide translatable strings for leaderboard messages
2023-04-16 19:44:46 +02:00
github-actions
19aeb52cbc Fetch translations from Crowdin 2023-04-16 00:12:25 +00:00
github-actions
800094b750 Fetch translations from Crowdin 2023-04-15 00:11:54 +00:00
sonninnos
5722d90a38
Show version in System Information + help/log version reformat (#15195) 2023-04-14 21:28:09 +01:00
github-actions
4dc9c1da0c Fetch translations from Crowdin 2023-04-11 00:10:59 +00:00
github-actions
7874a64529 Fetch translations from Crowdin 2023-04-10 00:10:49 +00:00
github-actions
2f4ae88b06 Fetch translations from Crowdin 2023-04-08 00:10:38 +00:00
github-actions
b133bf8834 Fetch translations from Crowdin 2023-04-07 00:10:51 +00:00
github-actions
e5737ce18d Fetch translations from Crowdin 2023-04-03 00:11:10 +00:00
github-actions
d28417ca84 Fetch translations from Crowdin 2023-03-31 00:11:35 +00:00
github-actions
0817022d95 Fetch translations from Crowdin 2023-03-30 00:11:39 +00:00
github-actions
dc72ab6ae3 Fetch translations from Crowdin 2023-03-29 00:13:17 +00:00
github-actions
dd62f3a9fb Fetch translations from Crowdin 2023-03-28 00:12:21 +00:00
github-actions
3a41738b61 Fetch translations from Crowdin 2023-03-27 00:11:47 +00:00
github-actions
13785a715e Fetch translations from Crowdin 2023-03-26 00:12:10 +00:00
github-actions
7144acd26e Fetch translations from Crowdin 2023-03-24 00:11:20 +00:00
github-actions
b497d2c050 Fetch translations from Crowdin 2023-03-23 00:11:40 +00:00
github-actions
693435a6de Fetch translations from Crowdin 2023-03-22 00:10:15 +00:00
github-actions
90694a3cf1 Fetch translations from Crowdin 2023-03-21 00:11:10 +00:00
github-actions
8d1e575ea6 Fetch translations from Crowdin 2023-03-20 00:12:33 +00:00
github-actions
30de5784a5 Fetch translations from Crowdin 2023-03-18 00:11:30 +00:00
github-actions
6616b807ed Fetch translations from Crowdin 2023-03-16 00:13:09 +00:00
github-actions
3f19f16d97 Fetch translations from Crowdin 2023-03-15 00:11:39 +00:00
github-actions
2b7c722c11 Fetch translations from Crowdin 2023-03-13 00:12:32 +00:00
github-actions
6107dd2e02 Fetch translations from Crowdin 2023-03-12 00:12:07 +00:00
github-actions
666fbdcb38 Fetch translations from Crowdin 2023-03-11 00:10:58 +00:00
github-actions
06501ebed0 Fetch translations from Crowdin 2023-03-10 00:12:33 +00:00
Joe Osborn
81b3e128ac
Add checkpointing feature for replay recordings. (#15072)
If cores are not deterministic, or if they only have bounded
determinism, we can obtain less drift if replay files also contain
periodic checkpoint states.  These are configured by the new retroarch
stting replay_checkpoint_interval (measured in seconds).  States are
inserted into the replay file in between frames.

This patch also fixes the settings display for the replay
autoincrement max keep setting.
2023-03-09 23:14:02 +01:00
github-actions
e99efba2b9 Fetch translations from Crowdin 2023-03-09 00:12:19 +00:00
github-actions
51eafdd7fd Fetch translations from Crowdin 2023-03-08 00:12:19 +00:00
Joe Osborn
807640fed3
Associate states with replays (#15070)
* change bsv file suffix to replay, update strings

* add trivial RPLY block to save states

* WIP rerecording support, doesn't load states properly yet--issue with checking identifiers?

* Fixed a type error to get time identifiers working right, ready for testing

* handle case where state without replay data is loaded during replay

* cleanups

* whitespace cleanup

* Cleanups, change replay file format magic, fix logic around future states

* Remove failed future message

* Add play-replay-from-slot command, fix load-state-from-slot to use given slot

* build fixes

* Fix race conditions in emscripten build and incorrect replay state incrementing

* Style fix for single line if

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-08 00:10:59 +01:00
zoltanvb
ed2ffb5393
Minor menu opacity fixes. (#15069)
Remove "Framebuffer opacity" from XMB as it does not use it.
Also, rename the corresponding menu title, since "framebuffer"
is not that intuitive.
2023-03-08 00:10:27 +01:00
github-actions
01a997345f Fetch translations from Crowdin 2023-03-07 00:13:20 +00:00
github-actions
b59cd4fcd8 Fetch translations from Crowdin 2023-03-06 00:12:35 +00:00
github-actions
a1fdab04fb Fetch translations from Crowdin 2023-03-05 00:14:31 +00:00
github-actions
4101d8166a Fetch translations from Crowdin 2023-03-04 00:11:36 +00:00
Joe Osborn
4d81f70f00
Replay nomenclature (#15054)
* change bsv file suffix to replay, update strings

* Fix bsv cli args

* Fix help whitespace

* Fix another message

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 23:16:48 +01:00
github-actions
7777be2ec1 Fetch translations from Crowdin 2023-03-03 01:52:38 +00:00
Joe Osborn
2125770236
Replay UI support (#15048)
* Add bsv replay controls (not yet fully implemented), remove toggle

see notes in task_movie.c, make sure command.c calls the right
functions, check retroarch.c and other todos.

bsv files are also now stored with states, not saves.

* Compilation fixes

* Added command impls for play and record replay, and some code in load state to do the right thing there

* Guard some parts of the new code with HAVE_BSV_MOVIE

* wip, menu fixes

* more menu fixes, osd for movie errors, halt recording properly

* Menu and label fixes

* move bsvs to own file suffix series under savestates, fix recording and playback command validity checks

* Fix replay autoincrement

* fix endif placement, whoops

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 00:52:22 +01:00
github-actions
2809a1f28f Fetch translations from Crowdin 2023-03-02 00:13:14 +00:00
github-actions
ec42d76035 Fetch translations from Crowdin 2023-03-01 00:14:45 +00:00
github-actions
e8d88f1b78 Fetch translations from Crowdin 2023-02-28 00:12:26 +00:00
github-actions
e34168e44c Fetch translations from Crowdin 2023-02-26 00:12:35 +00:00
github-actions
823be06452 Fetch translations from Crowdin 2023-02-25 00:12:12 +00:00
github-actions
431092fc57 Fetch translations from Crowdin 2023-02-24 00:12:11 +00:00
libretroadmin
7ed1d0760a Revert "(Vulkan) Ignore Fast-Forward Frameskip option (#15011)"
This reverts commit 00c0eda046400b469fee06a6b253921ef62be1fc.
2023-02-23 13:44:17 +01:00
libretroadmin
7ebab640d7 Cleanups/style nits 2023-02-23 13:15:14 +01:00
github-actions
a4ff8f9320 Fetch translations from Crowdin 2023-02-23 00:12:34 +00:00