zoltanvb
85aa59dc4f
Enable database filter for genre and region ( #18122 )
2025-07-28 10:48:06 +02:00
zoltanvb
7280859069
Change "Start in fullscreen" item name ( #18116 )
...
* Change "Start in fullscreen" item name
https://github.com/libretro/RetroArch/issues/9515
I agree that current wording does not cover the functionality, this may be better.
* Refine fullscreen menu items.
2025-07-24 05:26:41 +02:00
Jamiras
3829672dc1
(cheevos) upgrade to rcheevos 12.0 ( #18117 )
2025-07-23 04:04:15 +02:00
sonninnos
a86c031410
Make reset and close content follow quit confirm logic ( #18118 )
2025-07-23 04:03:54 +02:00
Joseph C. Osborn
1cc76cd64d
Add "same timeline check" and "future state check" for replays
...
When loading and saving states taken during a replay, their contents
should be compared with the current replay.
- If in playback mode, states from past the end of the current replay
should be disallowed, as should states from an alternate timeline of
the current replay (inconsistent input history)
- This is because in playback mode, RA replays are read-only
- If in recording mode, states from the future or from another
timeline should overwrite the current replay's data with a warning
- In either playback or recording, loads of states from the past that
have a consistent series of inputs (same timeline) should be loaded
and the replay should be rewound (and truncated in case of recording)
This behavior is as specified in
https://tasvideos.org/LawsOfTAS/OnSavestates
The existing code only implemented some of these checks.
2025-07-16 10:09:09 -07:00
sonninnos
419007c1ca
Smaller regular widget notification option ( #18085 )
2025-07-12 04:37:38 +03:00
sonninnos
3885f4f8a5
Core updater logging cleanups
2025-07-09 17:49:24 +03:00
Eric Warmenhoven
185971182d
apple: provide option to disable metal argument buffers
2025-06-22 12:29:17 -04:00
sonninnos
8c6744145e
Capitalization fix
2025-06-22 05:12:57 +03:00
sonninnos
b3b8b1e340
Add ZStandard support + libchdr update
2025-06-22 00:03:01 +03: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
f86ae06c10
Ozone: Add horizontal padding factor option ( #18022 )
2025-06-14 17:14:07 +03:00
sonninnos
5cfb0a3e42
Add 'save as' and main config replacing options ( #18014 )
2025-06-13 03:03:36 +03:00
sonninnos
68ffc370a9
Adaptive VSync menu cleanup
2025-06-12 01:32:58 +03:00
Eric Warmenhoven
631f318e28
apple: bundle identifier in Information menu
2025-06-09 22:23:06 -04:00
alphanu
d6c9698353
Added Horizontal and vertical geometry adjustments
2025-06-08 08:33:24 -07: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
a6aa14208b
Update msg_hash_us.h with kiosk mode
...
added meta_kiosk
2025-06-06 06:58:42 -04:00
sonninnos
dcf4286d06
Port bind turbo fire icon + label cleanup ( #17979 )
2025-06-06 05:06:30 +03:00
sonninnos
686c7997bc
Add input+controller driver under input settings
2025-05-29 01:03:48 +03:00
sonninnos
cfa839f5b6
Default Import Content back to playlist sidebar/tabs
2025-05-28 01:01:11 +03:00
sonninnos
3f2021249b
Deprecated msg hash cleanups
2025-05-25 15:49:49 +03:00
LibretroAdmin
df42b13bbc
Merge pull request #17901 from zoltanvb/lock_core_description
...
Lock core and save state explanations.
2025-05-25 14:47:54 +02:00
sonninnos
dd45f8cb0c
Rewind logging cleanup
2025-05-24 22:18:49 +03:00
sonninnos
4ba004a1e8
Add 'Show Favorites First' visibility option ( #17933 )
2025-05-23 16:06:53 +03:00
zoltanvb
f5280fe526
Lock core and save state explanations.
2025-05-20 22:01:33 +02:00
sonninnos
0e4cf00d1f
Add option for suggesting cores when a core is loaded ( #17920 )
2025-05-20 15:54:22 +03:00
Jamiras
5568a1e25d
show additional warning message when unsupported achievements are detected
2025-05-19 07:44:56 -06:00
sonninnos
0f65f2f0f3
Display bfi + shader subframes strings without translations
2025-05-14 01:13:42 +03:00
sonninnos
ee11b79738
Improve playlist thumbnail cycling ( #17897 )
...
* Improve playlist thumbnail cycling
* GLUI: Thumbnail cycling fixes
2025-05-13 22:14:49 +03:00
sonninnos
1b61b88274
Refine menu info+search disable buttons ( #17889 )
2025-05-11 22:18:44 +03:00
sonninnos
10738f532c
Add shader hold hotkey and improve toggling logic ( #17840 )
2025-05-08 00:56:59 +03:00
sonninnos
0b547bdd49
Remove language mention from User menu sublabel ( #17876 )
2025-05-08 00:26:54 +03:00
sonninnos
e3583cbcbb
Add common Thumbnail Background option for all menu drivers
2025-05-03 19:12:10 +03:00
Joseph C. Osborn
fe5defea71
add new error message for sram load during hardcore cheevo
2025-04-30 15:05:39 -07: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
sonninnos
ee8a641275
Core load+unload fixes
2025-03-13 15:09:38 +02:00
zoltanvb
6294854990
Update viewport bias sublabels.
2025-03-02 16:29:16 +01:00
sonninnos
b62cc87e84
Turbo Fire overhaul ( #17633 )
2025-02-27 20:15:22 -08:00
zoltanvb
9970d45367
Make autoconfig failure notifications optional. ( #17636 )
...
Introduce a new setting that controls autoconfiguration messages
when the config fails, either with fallback or without.
2025-02-27 20:15:06 -08:00
sonninnos
e4fe551924
Gray Dark+Light theme adjustments ( #17597 )
2025-02-18 20:47:10 +02:00
sonninnos
bdf2e9407d
Label rewording and deprecation removal ( #17560 )
2025-02-12 09:52:12 +01:00
sonninnos
2073b8abfc
XMB: Icon thumbnail improvements ( #17558 )
2025-02-11 23:09:47 +01:00
sonninnos
1a5e255c1b
Playlists menu label capitalization ( #17551 )
2025-02-10 15:07:21 +01:00
sonninnos
372396d5b6
Add separate visibility toggle for playlist tabs ( #17545 )
2025-02-10 00:45:50 +01:00
sonninnos
0d46073bb9
Add mute on rewind option ( #17541 )
2025-02-09 14:24:14 +01:00
sonninnos
998200793d
File Browser settings + Directory list cleanup ( #17519 )
2025-02-05 07:19:50 +01:00