github-actions
a8ffa5054c
Fetch translations from Crowdin
2023-12-08 00:11:44 +00:00
github-actions
456f9b099a
Fetch translations from Crowdin
2023-12-05 00:11:33 +00:00
github-actions
ee62cb5407
Fetch translations from Crowdin
2023-11-27 00:11:44 +00:00
github-actions
64bcbbc5b0
Fetch translations from Crowdin
2023-11-25 00:10:33 +00:00
github-actions
358c6946fe
Fetch translations from Crowdin
2023-11-17 00:11:32 +00:00
github-actions
833c4b5acd
Fetch translations from Crowdin
2023-11-11 00:10:36 +00:00
github-actions
c976fbb868
Fetch translations from Crowdin
2023-11-10 00:12:16 +00:00
github-actions
a61812edea
Fetch translations from Crowdin
2023-11-07 00:11:45 +00:00
github-actions
55e03b5c3c
Fetch translations from Crowdin
2023-11-06 00:11:25 +00:00
github-actions
1fb66d8465
Fetch translations from Crowdin
2023-11-01 00:12:27 +00:00
github-actions
a6059473f6
Fetch translations from Crowdin
2023-10-29 00:12:21 +00:00
github-actions
535898da0d
Fetch translations from Crowdin
2023-10-25 00:11:30 +00:00
github-actions
f3c6550597
Fetch translations from Crowdin
2023-10-09 00:11:38 +00:00
github-actions
ec0f3af015
Fetch translations from Crowdin
2023-10-07 00:11:04 +00:00
GavinDarkglider
4387b0ab94
Lakka Switch Updates.... ( #15754 )
...
* Lakka: Switch: Decouple From LibNX builds.
* Lakka: Always show Power Management Settings menu
* Lakka: Switch: Add Nintendo Switch Options Menu, and First Option
* Lakka: Switch: Add CEC Toggle
* Lakka: Switch: Add Bluetooth ERTM Toggle
* Retroarch: unix platform: Always display battery meter even when the device reports it as unknown
This is useful for most arm devices that have unknown battery status until charger state changes
* Retroarch: Lakka: Remove Gamemode stuff from build
Lakka will never include this, as it only runs base system, and retroarch.
2023-10-06 04:55:22 -07:00
github-actions
9a57ec29d5
Fetch translations from Crowdin
2023-09-27 00:11:08 +00:00
github-actions
a43494e9bb
Fetch translations from Crowdin
2023-09-11 00:11:33 +00:00
github-actions
1fd792b13b
Fetch translations from Crowdin
2023-08-24 00:11:11 +00:00
github-actions
4f0c756514
Fetch translations from Crowdin
2023-08-23 00:11:12 +00:00
github-actions
cf9947b7c7
Fetch translations from Crowdin
2023-08-22 00:11:08 +00:00
github-actions
a6435775e4
Fetch translations from Crowdin
2023-08-21 00:10:38 +00:00
github-actions
2b3bfbe89a
Fetch translations from Crowdin
2023-08-20 00:11:22 +00:00
github-actions
ede69b4b6b
Fetch translations from Crowdin
2023-08-18 00:11:54 +00:00
github-actions
fa444fc9ed
Fetch translations from Crowdin
2023-08-17 00:10:49 +00:00
github-actions
fa80e5e6be
Fetch translations from Crowdin
2023-08-07 00:12:40 +00:00
github-actions
796fa81909
Fetch translations from Crowdin
2023-08-06 00:11:55 +00:00
github-actions
d33758ad45
Fetch translations from Crowdin
2023-08-05 00:11:33 +00:00
github-actions
18a76ebb4e
Fetch translations from Crowdin
2023-08-03 00:11:32 +00:00
github-actions
b414388224
Fetch translations from Crowdin
2023-08-02 00:11:21 +00:00
github-actions
54f542a3da
Fetch translations from Crowdin
2023-07-10 00:13:27 +00:00
github-actions
1b953d7463
Fetch translations from Crowdin
2023-07-02 00:14:25 +00:00
github-actions
56e088b937
Fetch translations from Crowdin
2023-06-24 00:13:20 +00:00
github-actions
43dd4ee97b
Fetch translations from Crowdin
2023-06-07 00:12:11 +00:00
github-actions
b97ebf58dd
Fetch translations from Crowdin
2023-06-02 00:13:28 +00:00
github-actions
698b0d6ce6
Fetch translations from Crowdin
2023-05-31 00:11:54 +00:00
github-actions
dbd7153526
Fetch translations from Crowdin
2023-05-30 00:11:38 +00:00
github-actions
d2e4dc0c22
Fetch translations from Crowdin
2023-05-20 00:10:57 +00:00
github-actions
b206598c10
Fetch translations from Crowdin
2023-05-16 00:11:26 +00:00
github-actions
907724b184
Fetch translations from Crowdin
2023-05-08 00:11:04 +00:00
github-actions
80fed3f44f
Fetch translations from Crowdin
2023-05-07 00:12:08 +00:00
github-actions
51a0d1086a
Fetch translations from Crowdin
2023-05-04 00:10:43 +00:00
github-actions
bdc34f2046
Fetch translations from Crowdin
2023-04-17 00:11:49 +00:00
github-actions
19aeb52cbc
Fetch translations from Crowdin
2023-04-16 00:12:25 +00:00
github-actions
666fbdcb38
Fetch translations from Crowdin
2023-03-11 00:10:58 +00: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
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