libretroadmin
75c647d3ca
Bump to version 1.19.1
2024-06-04 06:53:13 +02:00
LibretroAdmin
d51911fac3
Revert "Increase save state chunk size for all platforms"
...
This reverts commit 9c4ac3546a
.
2024-06-03 22:50:28 -05:00
LibretroAdmin
f432cd3f78
Revert "Tweaked limit, amended comment."
...
This reverts commit c1bb2fd9a1
.
2024-06-03 22:50:28 -05:00
github-actions
dab84a13d6
Fetch translations from Crowdin
2024-06-04 00:12:13 +00:00
github-actions
1c44a1772d
Fetch translations from Crowdin
2024-06-03 00:12:27 +00:00
Thiago Seus
22646d3e74
Accessibility: enable accessibility if Talkback is on
2024-06-02 14:49:19 -05:00
Thiago Seus
b4ed4b58d6
Accessibility: add first Android version
2024-06-02 14:49:19 -05:00
github-actions
8b213d3c0d
Fetch translations from Crowdin
2024-06-02 00:13:22 +00:00
github-actions
47dd4e7e75
Fetch translations from Crowdin
2024-06-01 00:12:38 +00:00
Eric Warmenhoven
a13b0f090d
wayland: build fix on older qt versions
2024-05-31 18:38:16 -05:00
Eric Warmenhoven
2f1dd3e84f
tvOS: Fix menu button on siri remote
2024-05-31 17:56:48 -05:00
Reilly Brogan
7f3de64ef8
wayland: Fix Wayland appId
2024-05-30 22:54:50 -05:00
Eric Warmenhoven
0e9ea9fd47
tvOS: Fix NSO N64 controller
2024-05-30 22:54:29 -05:00
Eric Warmenhoven
754a194471
tvOS: revert MoltenVK to 1.2.7 to fix tvOS 13.4
2024-05-30 22:54:19 -05:00
github-actions
f504676948
Fetch translations from Crowdin
2024-05-31 00:12:12 +00:00
MoistDreams
64680cbfef
Package *.lck core lock file-extension.
...
Includes *.lck alongside the rest of the cores/$platform/cores so that bundled cores can be locked at time of publish.
2024-05-30 14:58:14 -05:00
libretroadmin
00b8a5f15c
Bump to version 1.19.0
2024-05-30 05:03:48 +02:00
github-actions
95050c03be
Fetch translations from Crowdin
2024-05-30 00:13:10 +00:00
Joe Osborn
c1bb2fd9a1
Tweaked limit, amended comment.
2024-05-29 13:36:43 -05:00
Joe Osborn
9c4ac3546a
Increase save state chunk size for all platforms
...
A rationale is given in the comments, but even a class 6 or class 10 SD card can handle reads and writes on the order of MB/s, which means a 4KB chunk size is just wasting time in syscalls. This could maybe be fixed with a buffering reader but I don't feel comfortable tweaking libretro-common's VFS to handle that. Instead, I thought it would be good to both remove an ifdef and increase the chunk size to 128KB. For cores with small states this will should make state saving virtually instantaneous, and for cores with large states it should be a 32x speedup.
2024-05-29 13:36:43 -05:00
github-actions
3a56b73a31
Fetch translations from Crowdin
2024-05-28 00:12:30 +00:00
Eric Warmenhoven
a537af010e
iOS/tvOS: better way of reporting available memory
2024-05-27 08:16:42 +02:00
Eric Warmenhoven
52413260de
iOS: default audio sync on again, also more mfi logging
2024-05-26 21:32:55 +02:00
Viačasłaŭ Chalikin
1e9db89154
Fix reinitialization of the threaded gl drivers
2024-05-26 21:32:29 +02:00
Tomáš Kelemen (vudiq)
c4f84094c2
Lakka: provide update URL and target name at buildtime
...
it is more convenient to provide the URL via make option rather than
rely on hardcoded value in the code base. it provides more flexibility
in case of different servers for stable, daily, canary, community, ...
and instead of parsing a file in the filesystem to obtain target name of
the device on which lakka is running, we can provide the target name at
build time as well. the target name is used for the full path URL for
the download of updates.
there is no need to have these values editable via retroarch frontend
and saved in the config file. it is safer to provide them at build time
and have them set this way.
2024-05-25 00:26:22 +02:00
libretroadmin
5db932d366
gfx_widgets_draw_task_msg - get rid of one strlen
2024-05-24 04:03:45 +02:00
Eric Warmenhoven
77da47613e
macos: default Accessibility on if VoiceOver is on
2024-05-24 03:40:18 +02:00
libretroadmin
a6c82df0fd
(task_database) Use size_t for size to prevent narrowing issue
2024-05-24 03:33:20 +02:00
github-actions
ecc5c1809d
Fetch translations from Crowdin
2024-05-24 00:12:36 +00:00
Eric Warmenhoven
07a03811a2
Another ios9 buildfix
2024-05-24 00:12:36 +02:00
libretroadmin
3e85a17d7a
iFix warnings picked up by -fanalyzer
2024-05-23 23:50:23 +02:00
Eric Warmenhoven
b38304cae5
iOS/tvOS: default accessibility on if voice over is enabled
2024-05-23 18:39:13 +02:00
libretroadmin
5454b570e7
(glslang) Cleanups
2024-05-23 18:18:11 +02:00
libretroadmin
bdff6a146b
(glslang) Cleanups
2024-05-23 16:55:39 +02:00
libretroadmin
e480ebd29f
(glslang) Syntax cleanups, other cleanups
2024-05-23 16:35:45 +02:00
libretroadmin
a8fe9b74da
* Remove more unused code
...
* Remove disassemble code
2024-05-23 08:24:02 +02:00
libretroadmin
fc022d780d
use C comments in C source files
2024-05-23 08:02:27 +02:00
libretroadmin
099a98bcd6
Some platforms need this, so can't remove it
2024-05-23 08:00:06 +02:00
libretroadmin
cf04a2c0fe
Cleanups - remove/silence warnings
2024-05-23 07:48:08 +02:00
libretroadmin
1b161fad1d
Third parameter of std::remove prob needs to be nullptr
2024-05-23 07:35:52 +02:00
libretroadmin
ab4d54cb70
Get rid of unused variable
2024-05-23 07:31:25 +02:00
libretroadmin
354c5afab4
(glslang) Simplifications - move nullptr to NULL
2024-05-23 07:25:52 +02:00
libretroadmin
0b29d52b67
(glslang) Further slimming down/cleanups
2024-05-23 07:25:51 +02:00
Eric Warmenhoven
8479d83a99
iOS/tvOS: Fix escaping the sandbox for jailbroken devices
2024-05-22 20:33:28 -07:00
Eric Warmenhoven
eb3adeaf87
Fix build for osx opengl
2024-05-22 20:22:14 -07:00
Eric Warmenhoven
7c899fe005
fix ios9 build
2024-05-22 19:34:52 -07:00
libretroadmin
d2b161ee86
(glslang) Get rid of all asserts
2024-05-23 03:58:54 +02:00
libretroadmin
9dffcdfc93
Slim down custom glslang more
2024-05-23 03:26:10 +02:00
libretroadmin
e0656d8ca3
(glslang) Buildfix
2024-05-23 01:56:17 +02:00
libretroadmin
e53a809e6d
Slim down glslang
2024-05-23 01:53:15 +02:00