3026 Commits

Author SHA1 Message Date
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
sonninnos
00c0eda046
(Vulkan) Ignore Fast-Forward Frameskip option (#15011) 2023-02-22 19:43:06 +01:00
github-actions
bc1aaef826 Fetch translations from Crowdin 2023-02-22 00:12:01 +00:00
github-actions
24dc83cbda Fetch translations from Crowdin 2023-02-21 00:12:19 +00:00
github-actions
1e9501c672 Fetch translations from Crowdin 2023-02-20 00:13:19 +00:00
github-actions
65b0098cc1 Fetch translations from Crowdin 2023-02-19 00:12:51 +00:00
github-actions
06fd3b778d Fetch translations from Crowdin 2023-02-18 00:12:06 +00:00
github-actions
7a2c6e9e52 Fetch translations from Crowdin 2023-02-17 00:12:42 +00:00
github-actions
7f24232b59 Fetch translations from Crowdin 2023-02-16 00:12:01 +00:00
github-actions
5e7b48113e Fetch translations from Crowdin 2023-02-15 00:13:00 +00:00
github-actions
23c84d3031 Fetch translations from Crowdin 2023-02-14 00:12:32 +00:00
sonninnos
df05efe068
User Interface menu reordering (#14974) 2023-02-13 20:34:59 +01:00
github-actions
0b6a1b530d Fetch translations from Crowdin 2023-02-13 00:12:19 +00:00
github-actions
139f27c8a1 Fetch translations from Crowdin 2023-02-12 00:13:04 +00:00
github-actions
b9e1e5d132 Fetch translations from Crowdin 2023-02-10 00:12:43 +00:00
github-actions
35bc011197 Fetch translations from Crowdin 2023-02-09 00:12:25 +00:00
github-actions
e1eb0af45a Fetch translations from Crowdin 2023-02-08 00:11:48 +00:00
github-actions
3a540f687c Fetch translations from Crowdin 2023-02-07 00:12:37 +00:00