LibretroAdmin
a3eb6afe8d
Merge pull request #17765 from pstef/net-http-resolve-entry
...
Fix crash in net_http_resolve() in single-thread mode
2025-04-02 16:17:12 -07:00
pstef
71ddadfcfb
Fix crash in net_http_resolve() in single-thread mode
...
Pass the right object to the resolving function
2025-04-02 21:32:11 +00:00
zoltanvb
fb9aad1a3e
Enable non-png thumbnails also for Qt interface.
2025-04-02 22:43:25 +02:00
github-actions
d1a53e7d05
Fetch translations from Crowdin
2025-04-02 00:16:30 +00:00
zoltanvb
3bbbeca957
Save fallback to linuxraw driver in case of first boot.
...
When no devices can be detected and it is the initial boot, make
sure the driver is set to linuxraw, if supported.
2025-04-01 21:55:14 +02:00
LibretroAdmin
454dedf034
Merge pull request #17757 from kokoko3k/master
...
FIX shader wildcards.
2025-04-01 05:54:11 -07:00
LibretroAdmin
029469b3d9
Merge pull request #17760 from white-axe/vita-pic-veneer
...
Use `-Wl,--pic-veneer` instead of `-fno-optimize-sibling-calls` in Makefile.vita
2025-04-01 05:53:45 -07:00
刘皓
665d930823
Use `-Wl,--pic-veneer` instead of `-fno-optimize-sibling-calls` in Makefile.vita
2025-03-31 23:05:59 -04:00
BinBashBanana
4d95024bd6
Makefile compatibility fixes
2025-03-31 18:13:15 -07:00
github-actions
031a315329
Fetch translations from Crowdin
2025-04-01 00:18:16 +00:00
Antonio Orefice
97725bfac3
remove a debug message
2025-03-31 18:23:56 +02:00
Antonio Orefice
d7c00869fb
FIX shader wildcards.
...
All wildcards: Use strlen() because STRLEN_CONST cannot work on wildcard_tokens[i].token_name
CORE and VID-DRV wildcards: correctly update _len
2025-03-31 18:19:18 +02:00
github-actions
06eabf2d13
Fetch translations from Crowdin
2025-03-31 00:15:56 +00:00
BinBashBanana
393e1b4b98
Fixes for #17750
2025-03-30 13:15:50 -07:00
LibretroAdmin
1b3973edbc
Merge pull request #17747 from pstef/video-frame-delay-setting-rewrite
2025-03-30 01:11:13 -07:00
github-actions
57b1d5880f
Fetch translations from Crowdin
2025-03-30 00:16:43 +00:00
nfore
b9beaa8564
Fix overlay lightgun, mouse & pointer
...
- Ensure other touchscreen input is blocked when overlay buttons pressed
- Limit physical+overlay mouse input to iOS for now
- Reset overlay mouse deltas when there is no touch input
- Disable touch mouse in android_input.c for now. Too buggy
2025-03-29 08:56:35 -05:00
MrHuu
736e1b30f3
Static core loading
2025-03-29 11:26:58 +01:00
LibretroAdmin
76598f1016
Merge pull request #17745 from pstef/silence-warnings
...
Silence warnings
2025-03-29 03:12:00 -07:00
LibretroAdmin
a3c144d6ca
Merge pull request #17749 from odditude42/master
...
Updated platform_win32.c to properly detect OS version info on Win11.
2025-03-29 03:11:51 -07:00
BinBashBanana
05cefc9a4d
AudioWorklet driver, misc. emscripten fixes
2025-03-28 19:41:40 -07:00
odditude42
c23e6ff017
Updated platform_win32.c to properly detect OS version info on Win11.
...
Removed .vscode config files which were still cached in the index
prior to the directory being added to .gitignore.
2025-03-28 19:25:25 -04:00
pstef
bf1ff07fd0
Rewrite setting_get_string_representation_video_frame_delay()
...
Reduce indentation, squash a warning, simplify code.
2025-03-28 17:30:53 +00:00
pstef
80a74cca68
Remove unused variable
...
sonninnos says it might have been a copy and paste leftover.
2025-03-28 17:09:14 +00:00
pstef
83e974077f
Guarantee space for string characters after strlcpy
...
to silence a couple of stringop-overflow warnings (3DS).
2025-03-28 11:11:09 +00:00
pstef
59a0665a20
Remove unused variable
...
unused since b5e01422e1
2025-03-28 10:57:53 +00:00
pstef
df6e3dbda8
Silence warnings about sign mismatch
2025-03-28 10:57:53 +00:00
pstef
b59b038a3e
Silence an unreferenced local variable warning
...
Not used here since 106dc5d8b7
2025-03-28 09:48:21 +00:00
pstef
a25a4d29a8
Silence a -Waddress warning
2025-03-28 09:48:21 +00:00
pstef
2daad9f89f
Remove unused variables
...
They were never used and seem to have been copied from
action_ok_push_dropdown_item_input_device_type().
2025-03-28 09:48:21 +00:00
pstef
3bf6635ec6
Make printf format match the type
2025-03-28 09:48:20 +00:00
LibretroAdmin
cb69d250b0
Merge pull request #17739 from zoltanvb/linuxraw_keyboard
...
Extend keyboard input for linuxraw input driver
2025-03-27 17:05:20 -07:00
pstef
aa94f571e2
Silence an unused variable warning
...
This is not used since 73abaddd9c
2025-03-27 23:21:19 +00:00
pstef
5ef2b5a442
Silence a defined-but-not-used-function warning
...
Enclose the static function definitions in an ifdef like the one used
where they are called.
2025-03-27 19:06:28 +00:00
pstef
c6fb0871e9
Simplify save_keybind_axis()
...
Also use matching sprintf format and type to silence a format warning.
2025-03-27 18:47:52 +00:00
pstef
626ef6ce4b
Remove unused variable
...
It would be used only once in this context, so just remove it.
2025-03-27 18:33:55 +00:00
zoltanvb
5b2904930b
Extend keyboard input for linuxraw input driver
...
The keyboard support for linuxraw driver was a bit spotty. Extended
with missing keyboard query, callback, and a few fixes against
over-indexing the status array.
2025-03-27 15:04:19 +01:00
github-actions
a3b690ec58
Fetch translations from Crowdin
2025-03-27 00:15:32 +00:00
LibretroAdmin
999de04ace
Merge pull request #17733 from pstef/ozone-footer-label
2025-03-25 21:45:08 -07:00
LibretroAdmin
f0aeeb7732
Merge pull request #17734 from pstef/silence-warnings
2025-03-25 21:44:30 -07:00
LibretroAdmin
fbed58ff08
Merge pull request #17735 from pstef/freeze-ui-3ds
2025-03-25 21:43:17 -07:00
github-actions
0d39aa3d88
Fetch translations from Crowdin
2025-03-26 00:15:49 +00:00
pstef
eb8819867b
Partially revert 0033224c25
...
font_driver_get_message_width() can return -1 if it fails,
ozone_cache_footer_label() has a fallback for this case
2025-03-25 21:02:29 +00:00
pstef
870d57445a
Move INLINE earlier in function declarations
...
to silence a warning.
2025-03-25 20:20:37 +00:00
pstef
052acd4e38
Reorder arguments in calls to calloc
...
to silence calloc-tran sposed-args warnings.
2025-03-25 20:15:20 +00:00
pstef
ac38cfe8da
Silence -Waddress
...
This is a continuation of c9149895f5
2025-03-25 20:06:33 +00:00
pstef
50ecf3877c
Fix UI freeze when threaded rendering is enabled on 3DS
...
Before this change, there was at least one scenario in which the UI
would seemingly freeze and a restart was needed. That's when an update
of cores was attempted with threaded rendering enabled.
Fixes https://github.com/libretro/RetroArch/issues/17727
2025-03-25 17:18:29 +00:00
pstef
a4bfd84cc7
Silence warnings about sign mismatch
2025-03-25 16:55:39 +00:00
pstef
281dff8956
Silence a stringop-overflow warning
...
Guard against an unlikely case.
2025-03-25 16:55:39 +00:00
pstef
39495ced67
Silence a type-limits warning
...
Before this change, an 8-bit value was guaranteed to be lesser than the
size of this array (256). Instead of removing the check, I make it
meaningful by reducing the size of the array.
2025-03-25 16:55:39 +00:00