Commit Graph

65742 Commits

Author SHA1 Message Date
alphanu 0b001e46c0 Added temporary switch for windows geometry adjustments 2025-06-10 13:00:49 -07:00
LibretroAdmin 4abd8fa816
Merge pull request #17997 from libretro/warmenhoven/pr/mbedtls
minor mbedtls update
2025-06-10 19:59:00 +02:00
Joseph Mattiello 3344af01d7
extract delay to define, 10ms 2025-06-10 12:21:13 -04:00
LibretroAdmin 97ab384c00
Merge pull request #18001 from libretro/warmenhoven/pr/macos-jit 2025-06-10 12:58:14 +02:00
LibretroAdmin 166c394cf2
Merge pull request #18004 from libretro/warmenhoven/pr/macos-mem 2025-06-10 12:57:36 +02:00
LibretroAdmin 5f606b9df0
Merge pull request #18003 from libretro/warmenhoven/pr/emacs-dir-locals 2025-06-10 12:57:24 +02:00
LibretroAdmin a78826ee9e
Merge pull request #18002 from libretro/warmenhoven/pr/xcode-tweaks 2025-06-10 12:56:58 +02:00
LibretroAdmin 9795fd2daa
Merge pull request #17999 from libretro/warmenhoven/pr/apple-bundle-id 2025-06-10 12:56:24 +02:00
LibretroAdmin fec832a03c
Merge pull request #17998 from libretro/warmenhoven/pr/info-debug 2025-06-10 12:56:12 +02:00
LibretroAdmin 0c279b9dbc
Merge pull request #17995 from alphanu1/Geom 2025-06-10 12:55:59 +02:00
Eric Warmenhoven 8d579bba30 net_http: minor lock refactor 2025-06-09 23:49:49 -04:00
Eric Warmenhoven cc408b7ad5 macOS: better memory reporting 2025-06-09 22:34:33 -04:00
Eric Warmenhoven c1f7982ec0 add .dir-locals.el for emacs formatting 2025-06-09 22:25:48 -04:00
Eric Warmenhoven bb6a0c5772 apple: Xcode tweaks 2025-06-09 22:25:14 -04:00
Eric Warmenhoven 52bfb2a7c3 macOS: minor JIT debugging niceties 2025-06-09 22:24:40 -04:00
Eric Warmenhoven 631f318e28 apple: bundle identifier in Information menu 2025-06-09 22:23:06 -04:00
Eric Warmenhoven 4e4855b44c include "DEBUG" string in information menu for debug builds 2025-06-09 22:21:28 -04:00
Eric Warmenhoven e8da8f8d29 minor mbedtls update
This brings it in line with 2.6.0. Previously it had been taken from a
development branch somewhere between 2.5.1 and 2.6.0.

Only return VERIFY_FAILED from a single point

Everything else is a fatal error. Also improve documentation about that for
the vrfy callback.

Improve comments

Update doc of return value of verify()

Fix potential integer overflow parsing DER CRL

This patch prevents a potential signed integer overflow during the
CRL version verification checks.

Fix potential integer overflow parsing DER CRT

This patch prevents a potential signed integer overflow during the
certificate version verification checks.

Prevent signed integer overflow in CSR parsing

Modify the function mbedtls_x509_csr_parse_der() so that it checks the
parsed CSR version integer before it increments the value. This prevents
a potential signed integer overflow, as these have undefined behaviour
in the C standard.

Rename time and index parameter to avoid name conflict.

As noted in #557, several functions use 'index' resp. 'time'
as parameter names in their declaration and/or definition, causing name
conflicts with the functions in the C standard library of the same
name some compilers warn about.

This commit renames the arguments accordingly.

Update version number to 2.6.0
2025-06-09 22:20:05 -04:00
github-actions a21643b7fa Fetch translations from Crowdin 2025-06-10 00:17:11 +00:00
sonninnos 8b82cccb7a Remove unused var 2025-06-10 02:18:15 +03:00
alphanu 3f59af3f99 Fixed issues with warnings when compiling menu_cbs_sublabel.c after CRT geometry adjust PR 2025-06-09 10:32:21 -07:00
LibretroAdmin 30b0b39df1
Merge pull request #17992 from sonninnos/frame-delay-cleanup 2025-06-09 17:37:48 +02:00
sonninnos 3543080194 Frame Delay auto improvements 2025-06-09 17:35:51 +03:00
LibretroAdmin 84a5ded33c
Merge pull request #17987 from alphanu1/Geom
Added Horizontal and vertical geometry adjustments
2025-06-09 06:30:54 +02:00
LibretroAdmin 1fba899657
Merge pull request #17988 from zoltanvb/changelist_update
Change list updates up to 2025-06-08
2025-06-09 06:30:35 +02:00
Joseph Mattiello 663f318d5f
enable mic on macos
add mic usage to info.plist

enable micorphone in xcconfig

mic device selection macos

snapshot

revert ios driver

macos only driver, doesn’t deadlock now

macos driver seems to be doing something

looooooop

well, at least it doesn’t spin lock, no audio

audio capture working!

seems to be working now

cleanup some extra logging

clean up some extra logging

rename ios driver for clarity

remove some locks

better performance, but some noise

remove unused fifo_lock

clear the fifo

fix noise in buffer

some improvements, might not need

remove superfulous silent check

reduce latency

Signed-off-by: Joseph Mattiello <git@joemattiello.com>
2025-06-08 22:12:22 -04:00
github-actions ba156cee4d Fetch translations from Crowdin 2025-06-09 00:17:53 +00:00
zoltanvb 446a847aab
Missed one item from changes 2025-06-08 20:48:07 +02:00
zoltanvb 2561737403
Updates up to 2025-06-08 2025-06-08 20:38:25 +02:00
alphanu 4389c611ef Fixed horizontal offest. Removed action menu due to iteration bug 2025-06-08 10:44:34 -07:00
alphanu d6c9698353 Added Horizontal and vertical geometry adjustments 2025-06-08 08:33:24 -07:00
github-actions e613e2c08e Fetch translations from Crowdin 2025-06-08 00:18:20 +00:00
LibretroAdmin 67a46ae077
Merge pull request #17984 from libretro/revert-17980-master
Revert "Kiosk Mode Hotkey and Bug Fix ( For Empty Main Menu )"
2025-06-07 18:00:27 +02:00
LibretroAdmin c9360262ec
Revert "Kiosk Mode Hotkey and Bug Fix ( For Empty Main Menu )" 2025-06-07 18:00:14 +02:00
LibretroAdmin 5aefb761eb
Merge pull request #17982 from alphanu1/master 2025-06-07 07:49:34 +02:00
LibretroAdmin 28300fc606
Merge pull request #17980 from Lhaete/master 2025-06-07 07:49:11 +02:00
LibretroAdmin b353e8d972
Merge pull request #17977 from j0ki/master 2025-06-07 07:48:59 +02:00
LibretroAdmin 20c932e236
Merge pull request #17975 from Uukrull/coredump 2025-06-07 07:48:44 +02:00
github-actions 5dfd11257e Fetch translations from Crowdin 2025-06-07 00:16:17 +00:00
alphanu 434f41b935 Updated CRT menu items and added new CRT menu
item for upcomming Switchres changes.
2025-06-06 13:39:40 -07:00
Eric Warmenhoven ca405929ad
Merge pull request #17981 from warmenhoven/warmenhoven/pr/MicCoreAudio
Add Microphone CoreAudio driver for iOS
2025-06-06 14:40:45 -04:00
Eric Warmenhoven a0263db217 iOS: fix/enable coreaudio microphone driver 2025-06-06 14:10:02 -04:00
Eric Warmenhoven 720f5bca59 Merge remote-tracking branch 'libretro/master' into warmenhoven/dev/MicCoreAudio 2025-06-06 14:09:19 -04:00
Lhaete 49d4a580d9
Update xmb.c with kiosk mode
Linux Fix for mixing declaration and code, missed them the first time oops again!
2025-06-06 08:56:37 -04:00
Lhaete 67b5da6a50
Update retroarch.c with kiosk mode fix
Changed string check to function string_is_empty for PS4 compliance!
2025-06-06 08:46:48 -04:00
Lhaete 3315e96b2d
Update xmb.c with kiosk mode
Fixed Linux bug for mixing declaration with code, oops.
2025-06-06 08:41:03 -04:00
Lhaete 1ca2e08590
Update xmb.c with kiosk mode fix
Forgot to add the    settings_t *settings       = config_get_ptr(); ptr in xmb list cache
2025-06-06 08:24:27 -04:00
Lhaete 76b515cd38
Update retroarch.c wiht Kiosk Mode
Added kiosk hotkey case and function
2025-06-06 07:07:02 -04:00
Lhaete 824182a54a
Update command.h with kiosk mode
added kiosk mode
2025-06-06 07:01:19 -04:00
Lhaete 6cae1c91cb
Update configuration.c with kiosk mode
added the kiosk_toggle bind
2025-06-06 06:59:52 -04:00