Eric Warmenhoven
185971182d
apple: provide option to disable metal argument buffers
2025-06-22 12:29:17 -04:00
sonninnos
b3b8b1e340
Add ZStandard support + libchdr update
2025-06-22 00:03:01 +03:00
LibretroAdmin
d3635843c9
Merge pull request #18030 from Ryunam/ozone-font-scale
...
Ozone: Add options to scale font size
2025-06-19 23:52:34 +02:00
Eric Warmenhoven
9e5f6f4d8a
apple: fix bundle id display
2025-06-18 10:48:47 -04:00
LibretroAdmin
f85b738258
Merge pull request #18023 from schellingb/make_lists_static
...
Make a few large read-only arrays in menu code static
2025-06-17 23:05:53 +02:00
Ryunam
d471cbce8a
Ozone: Add options to scale font size
2025-06-16 22:15:49 +02:00
sonninnos
b774a26bae
Ozone: Add menu font selection
2025-06-15 01:11:26 +03:00
sonninnos
fc6b1b9fab
Show 'save as' config last
2025-06-14 21:20:08 +03:00
sonninnos
f86ae06c10
Ozone: Add horizontal padding factor option ( #18022 )
2025-06-14 17:14:07 +03:00
Bernhard Schelling
771fc523b2
Make large read-only arrays static
...
This can avoid unnecessary waste of performance at runtime to use static data instead of filling out an array on the stack every time. Some of the CBS functions are called for every menu item created so this improves performance of menu navigation, especially large menus like playlists.
2025-06-14 16:26:24 +09:00
sonninnos
5cfb0a3e42
Add 'save as' and main config replacing options ( #18014 )
2025-06-13 03:03:36 +03:00
sonninnos
9d09ec3478
Show undo save/load state items order non-submenu addition
2025-06-12 16:06:28 +03:00
sonninnos
9c7203bd6f
Input bind+remap analog stick label unifications
2025-06-12 06:10:25 +03:00
sonninnos
b65737f923
Show undo save/load state items in the same order
2025-06-12 05:25:07 +03:00
sonninnos
a8de4dbe49
Show core info md5 note rows as sublabels ( #18011 )
2025-06-12 05:17:46 +03:00
sonninnos
68ffc370a9
Adaptive VSync menu cleanup
2025-06-12 01:32:58 +03:00
sonninnos
8fd0d552ca
D3D: Add alternative max frame latency hack mode ( #18010 )
2025-06-11 22:25:42 +03:00
LibretroAdmin
9795fd2daa
Merge pull request #17999 from libretro/warmenhoven/pr/apple-bundle-id
2025-06-10 12:56:24 +02: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
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
alphanu
434f41b935
Updated CRT menu items and added new CRT menu
...
item for upcomming Switchres changes.
2025-06-06 13:39:40 -07:00
Lhaete
274f253e75
Update menu_displaylist.c with "Kiosk Mode Fix"
...
added Kiosk Mode fixes
2025-06-06 06:39:08 -04:00
sonninnos
686c7997bc
Add input+controller driver under input settings
2025-05-29 01:03:48 +03:00
libretroadmin
5cb15e1cd7
Reapply "Allow Start button to quick manage media playlists ( #17948 )"
...
This reverts commit f877adb5d9
.
2025-05-27 12:40:32 +02:00
libretroadmin
f877adb5d9
Revert "Allow Start button to quick manage media playlists ( #17948 )"
...
This reverts commit 7d3740d4c0
.
2025-05-27 12:39:52 +02:00
sonninnos
7d3740d4c0
Allow Start button to quick manage media playlists ( #17948 )
2025-05-27 04:25:16 +03:00
sonninnos
1c0f945c21
Add media history playlists to playlist manager ( #17945 )
2025-05-26 23:18:16 +03:00
sonninnos
d2a824c1a7
Playlists settings menu reorganizing
2025-05-26 17:42:18 +03:00
sonninnos
4ba004a1e8
Add 'Show Favorites First' visibility option ( #17933 )
2025-05-23 16:06:53 +03:00
sonninnos
0e4cf00d1f
Add option for suggesting cores when a core is loaded ( #17920 )
2025-05-20 15:54:22 +03:00
sonninnos
b5cbe6eaed
Clean up input + latency menus
2025-05-14 23:40:43 +03:00
zoltanvb
30ffb042c6
Hide core reset from Configuration File when no core is loaded.
2025-05-13 19:48:45 +02:00
zoltanvb
c794376223
Move core options reset from Settings/Configuration to Main Menu / Configuration Files
2025-05-12 22:14:38 +02:00
sonninnos
e3583cbcbb
Add common Thumbnail Background option for all menu drivers
2025-05-03 19:12:10 +03:00
LibretroAdmin
7a17ed09ee
Merge pull request #17736 from MrHuu/ctr_core_load_unload
2025-04-10 03:36:07 -07:00
LibretroAdmin
634a0a9654
Merge pull request #17753 from pstef/ctr-nogriffin
...
Fix non-griffin build for 3DS and make it the default
2025-04-09 13:25:30 -07:00
LibretroAdmin
b5424e7448
Merge pull request #17783 from pstef/switch-performance-profiles
2025-04-08 18:44:20 -07:00
pstef
e523a6c0be
Relocate Switch CPU profile definitions
...
Move SWITCH_CPU_* array definitions from header to platform_switch.c.
Use extern declarations in the header. Add NULL/0 terminators to the
arrays and update size calculation and loops to use the terminators
where the number of elements can't be calculated.
The motivation for this change is to remove code duplication and silence
warnings about unused arrays in translation units that only used a
subset of them.
2025-04-08 17:12:03 +00:00
zoltanvb
000c5dcd76
Enable core options reset before starting a core.
...
Add "Reset core options" menu to two more places:
- Manage Cores, where it can delete the options for the selected core
- Configuration, where it can delete the options for the loaded core
Current reset function is updated to delete the core options file if
reset is wanted for a specific core, or core was loaded but not yet
started. Meant as a recovery method for possibly fatal core option
changes.
2025-04-06 21:53:01 +02:00
pstef
70aaa0a55c
Fix non-griffin build for 3DS and make it the default
...
While here:
* remove input_overlay and task_overlay from linking blacklist
* move -Werror to CC invocation since C++ refuses to use it
* copy the quiet build mode from the main Makefile and make it the
default
* temporarily define DEPRECATED for gpu_old.h to allow succesful build
* replace the call to command_event() with one to retroarch_main_quit()
in a failure case
* add missing uncompr.o in Makefile.common for HAVE_BUILTINZLIB
2025-04-06 18:35:41 +00:00
pstef
9c4efa9af0
Restore cheevos_badges_enable for HAVE_GFX_WIDGETS builds
...
This change reduces stuttering when starting a game with
retroachievements enabled. I assume the stuttering is just postponed
until the badges are downloaded on demand, but it lets users pick their
poison.
This change helps but doesn't fix
https://github.com/libretro/RetroArch/issues/16470
https://github.com/libretro/RetroArch/issues/17027
https://github.com/libretro/RetroArch/issues/17758
2025-04-05 10:32:22 +00:00
MrHuu
736e1b30f3
Static core loading
2025-03-29 11:26:58 +01: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
sonninnos
ee2cf436d4
Show load before open in archives
2025-03-14 12:47:58 +02:00
sonninnos
ee8a641275
Core load+unload fixes
2025-03-13 15:09:38 +02:00
sonninnos
23170b82ec
Add MIDI device menu item dropdowns ( #17645 )
2025-03-01 17:33:46 -08:00
zoltanvb
31de40b32a
Align GDI feature reporting with actual status ( #17635 )
...
Value of HAVE_GDI is always 1 unless explicitly disabled, however
it only takes effect on Windows platforms. Actual functionality
is behind multiple #ifdef's, but the feature indication was showing
up even on platforms like Linux.
2025-02-27 20:15:43 -08:00
sonninnos
b62cc87e84
Turbo Fire overhaul ( #17633 )
2025-02-27 20:15:22 -08:00