Commit Graph

65272 Commits

Author SHA1 Message Date
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
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
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
Lhaete a6aa14208b
Update msg_hash_us.h with kiosk mode
added meta_kiosk
2025-06-06 06:58:42 -04:00
Lhaete d236ecfa28
Update msg_hash.h with kiosk mode
added input_meta_kiosk
2025-06-06 06:56:33 -04:00
Lhaete 390f1d3760
Update input_defines.h with kiosk mode 2025-06-06 06:54:40 -04:00
Lhaete 2d16bbd5a2
Update config.def.keybinds.h with Kiosk Mode
I used f5 as the hotkey, this conflicts with companion UI hotkey, so def needs changing..
2025-06-06 06:53:49 -04:00
Lhaete 19df62e737
Update win32_common.c with kiosk mode
added kiosk mode
2025-06-06 06:51:31 -04:00
Lhaete 9bc3d5e656
Update ui_win32_resource.h with kiosk mode
there needs to be an empty line as the last line! added kiosk mode
2025-06-06 06:49:28 -04:00
Lhaete 5531f743ea
Update rarch.rc with kiosk mode 2025-06-06 06:48:01 -04:00
Lhaete b63e982712
Update all_binds_empty.cfg with Kiosk Toggle
added kiosk toggle input hotkey test, f5 is used by companion so might have to use different hotkey
2025-06-06 06:45:58 -04:00
Lhaete 59442128a6
Update runloop.c wth Kiosk Mode Hotkey
added hotkey check cmd
2025-06-06 06:44:18 -04:00
Lhaete 01a3203a3a
Update menu_setting.c with "Kiosk Mode Fix"
added kiosk mode fixes
2025-06-06 06:41:05 -04:00
Lhaete 274f253e75
Update menu_displaylist.c with "Kiosk Mode Fix"
added Kiosk Mode fixes
2025-06-06 06:39:08 -04:00
Lhaete 3cbe9fa5c2
Update xmb.c with "Kiosk Mode Fix"
Added Kiosk Mode Fix
2025-06-06 06:34:12 -04:00
Eric Warmenhoven c74164c6d0 android: enable ssl
0c4bbda16a
2025-06-05 22:53:33 -04:00
sonninnos dcf4286d06
Port bind turbo fire icon + label cleanup (#17979) 2025-06-06 05:06:30 +03:00
j0ki 482b8241b8
udev_input.c: restore linux terminal in udev_input_free
Linux terminal settings were lost after restarting via menu.
This was caused by udev_input_init calling linux_terminal_disable_input multiple times.

New code follows the restore pattern of linuxraw_input.c
2025-06-06 02:18:20 +02:00
github-actions 9c7347c509 Fetch translations from Crowdin 2025-06-06 00:16:34 +00:00
sonninnos b2f86fa45f
Integer scale half scaling improvements (#17976) 2025-06-05 19:56:40 +03:00
Uukrull 04eb45b413 webOS: Disable core dumps 2025-06-05 11:21:48 +02:00
github-actions 2899bd183a Fetch translations from Crowdin 2025-06-05 00:16:53 +00:00
Eric Warmenhoven 01a3511445 iOS: rely on core info to re-find cores from old directory structure 2025-06-04 14:52:01 -04:00