libretroadmin
9c82213d19
Remove some else statements
2025-07-14 04:43:36 +02:00
libretroadmin
b7db9a65af
video_viewport_get_scaled_aspect2 - cleanup
2025-07-14 03:55:07 +02:00
libretroadmin
6010a53fec
gfx_animation_ticker_loop - small refactor
2025-07-14 03:26:00 +02:00
libretroadmin
435849d00f
(libetro-common) scaler simplifications
2025-07-14 03:00:08 +02:00
github-actions
de298b18c4
Fetch translations from Crowdin
2025-07-14 00:18:31 +00:00
libretroadmin
3226361c1d
Prevent some nbio windows mmap memory leaks when failing
2025-07-14 01:19:39 +02:00
libretroadmin
86b55c14ec
(file_list)
...
Performance improvements:
* Various optimizations
* Reduced memory allocations - file_list_insert would call malloc
for every single item that would need to be shifted downwards. instead
it does a memmove call now
2025-07-14 00:17:12 +02:00
libretroadmin
2f9b0181dd
video coord array improvements:
...
* single memory block allocation vs. several
* reduced memcpy calls
* simplified pointer arithmetic
* simplified code
2025-07-13 23:13:42 +02:00
libretroadmin
f6da101330
(resampler) indentation cleanups
2025-07-13 18:40:11 +02:00
Eric Warmenhoven
43031d2154
apple: avfoundation camera driver fixes
...
better permissions check, delay starting camera until _start
2025-07-13 08:40:29 -04:00
libretroadmin
de76511ee7
(file_path) Cleanups / refactors
2025-07-13 08:02:28 +02:00
LibretroAdmin
228f4b346d
Merge pull request #18087 from neil4/overlay-fix-speed-limit
...
Fix input_overlay_track_touch_inputs
2025-07-13 06:24:53 +02:00
nfore
dabf543cde
Fix input_overlay_track_touch_inputs
...
- Fixes bug introduced in 31014e99c0
. Unmatched pointers were not considered outliers
2025-07-12 22:59:16 -05:00
libretroadmin
55bada6bda
Rewrite strlcpy - add early return for len == 0
2025-07-13 04:59:24 +02:00
libretroadmin
311a64a413
(audio_conversion) small cleanups
2025-07-13 03:21:13 +02:00
github-actions
e683017f45
Fetch translations from Crowdin
2025-07-13 00:19:28 +00:00
libretroadmin
4973e47cac
(Resampler) Style nits/cleanups
2025-07-13 01:59:36 +02:00
libretroadmin
04af1a1e98
Put header includes inside ifdef guard
2025-07-12 22:08:09 +02:00
LibretroAdmin
72ff77347f
Merge pull request #18086 from neil4/overlay-touch-tracking-speed-limit
2025-07-12 21:27:47 +02:00
nfore
31014e99c0
Overlays: Put a speed limit on touch pointer tracking
...
A pointer is considered new if it travels ~25% of the screen in one poll.
2025-07-12 14:11:22 -05:00
libretroadmin
4a7b00f43e
Rewrite string_list_join_concat and menu_entries_append function
2025-07-12 20:53:48 +02:00
libretroadmin
0d854fef31
remove strlcats from string_list_join_concat_special
2025-07-12 20:36:58 +02:00
libretroadmin
cb02d1ffcf
Stop using strlen_size, just use regular strlen
2025-07-12 20:27:41 +02:00
sonninnos
743e0406bd
Environ logging cleanups
2025-07-12 08:41:54 +03:00
sonninnos
419007c1ca
Smaller regular widget notification option ( #18085 )
2025-07-12 04:37:38 +03:00
github-actions
1808a38deb
Fetch translations from Crowdin
2025-07-12 00:16:34 +00:00
Eric Warmenhoven
4bdb68b9d9
apple: fix coretext bounds checking
2025-07-11 11:57:34 -04:00
libretroadmin
2dbb9f62d8
* Change some variable naming conventions
...
* Make return control paths less dependent on variables
2025-07-11 02:15:12 +02:00
libretroadmin
bca5cafaa6
Rewrite nested_list functio
...
Rewrite core_info function - no more strlcat usage
2025-07-10 22:34:45 +02:00
sonninnos
b2ca569521
Logging unification cleanups
2025-07-10 05:59:06 +03:00
github-actions
40e3b56d04
Fetch translations from Crowdin
2025-07-10 00:17:32 +00:00
sonninnos
3885f4f8a5
Core updater logging cleanups
2025-07-09 17:49:24 +03:00
sonninnos
d5a5681612
More room for widget task progress percentage
2025-07-09 17:45:26 +03:00
Eric Warmenhoven
47bc1188ae
apple: fix some coretext alignment and rendering issues
2025-07-08 23:49:54 -04:00
Eric Warmenhoven
d4fe2055f9
ios/tvos: no webserver/webdav server on simulator
2025-07-08 23:49:53 -04:00
sonninnos
ac959fef26
Safety for menu_shader_get()
2025-07-08 22:36:38 +03:00
sonninnos
48f5677417
Auto Frame Delay tweaking
2025-07-08 19:53:21 +03:00
Eric Warmenhoven
f10818b243
ios: fix iphone landscape rendering
2025-07-07 22:03:59 -04:00
libretroadmin
3e3f989d45
Turn some strlcats into strlcpy
2025-07-08 02:57:28 +02:00
github-actions
90f2c1f456
Fetch translations from Crowdin
2025-07-08 00:16:57 +00:00
Eric Warmenhoven
d316c2cbc9
ipad: don't force fullscreen, allow multitasking
2025-07-07 10:36:26 -04:00
LibretroAdmin
0a2c1b2272
Merge pull request #18075 from warmenhoven/warmenhoven/pr/coretext
...
apple: fix coretext font renderer unicode handling, make default
2025-07-06 14:45:41 +02:00
LibretroAdmin
1dea6dfbf0
Merge pull request #18073 from XerTheSquirrel/fix-vfs-mmap-seekend
...
Correct SEEK_CUR and SEEK_END for memory mapped VFS files.
2025-07-06 13:56:35 +02:00
Eric Warmenhoven
7d09e380f4
apple: fix coretext font renderer unicode handling, make default
2025-07-06 01:07:03 -04:00
Eric Warmenhoven
fd7f561fb6
griffin: fix debug build when including zstd
2025-07-06 01:07:02 -04:00
Eric Warmenhoven
0ca114701b
fix webOS github action
2025-07-06 01:02:47 -04:00
github-actions
0ba251b7f2
Fetch translations from Crowdin
2025-07-06 00:18:47 +00:00
Stephanie Gawroriski
4704961eb9
Correct SEEK_CUR and SEEK_END for memory mapped VFS files as neither of their conditions were correct, SEEK_CUR never failed and SEEK_END effectively always failed.
2025-07-05 16:48:26 -04:00
Eric Warmenhoven
6046e29919
net_http: don't include port in Host header unnecessarily
2025-07-05 00:21:09 -04:00
github-actions
f1d95f2deb
Fetch translations from Crowdin
2025-07-05 00:15:54 +00:00