Henrik Rydgård
4e25eadd23
Hide the hw tessellation setting if the backend doesn't support it
2025-05-19 18:42:22 +02:00
Henrik Rydgård
486370852f
Restrict SDL audio buffer setting to 128, 256, 512, 1024, 2048. UI improvmeents
2025-04-15 19:26:26 +02:00
Jamie Bainbridge
3d0ef8c6e1
SDL audio: Add config slider for audio samples
...
As described on Issue #12705 several users have problems with audio
popping, crackling, and distorion with different sample values.
Previous commit ece6edf reduced default samples from 1024 to 256 but
there does not seem to be an ideal value for all platforms.
Make the option configurable in Audio Backend Settings.
Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com >
2025-04-15 18:18:42 +02:00
Henrik Rydgård
06a5de0972
Move the "Always on" option for lens flare occlusion to developer settings
2025-04-14 22:38:25 +02:00
Henrik Rydgård
1babbca72a
Move the zip file content checker into Loaders.cpp, should fix the libretro build
2025-04-12 23:38:59 +02:00
Henrik Rydgård
60a19016ae
Split out DeveloperToolsScreen from GameSettingsScreen.cpp
2025-04-09 13:13:08 +02:00
Henrik Rydgård
77841801b9
Disallow running framedump tests while in-game.
2025-04-09 11:58:31 +02:00
Henrik Rydgård
c1ae455ce8
Fix ImDebugger cleanup on exit
2025-04-07 13:03:33 +02:00
Henrik Rydgård
9b0eb592f3
Add warning triangle to "Always on" mode of lens flare occlusion
2025-04-06 23:34:16 +02:00
Henrik Rydgård
afddb2c83d
DisableHLE settings shouldn't be change-able ingame
2025-04-03 22:09:54 +02:00
Henrik Rydgård
a31d7dc0b3
Add mechanism to "graduate" DisableHLE flags to be permanently on. Will be used soon.
2025-04-03 20:04:42 +02:00
Henrik Rydgård
343ca2600a
Add a developer setting to disable individual HLE modules, allowing them to be loaded properly.
...
Some games survive with a loaded sceAtrac, and start talking to
sceAudioCodec instead, the underlying library, though unsuccessfully
since it's not properly implemented yet.
2025-04-02 10:19:24 +02:00
Nab
748e2e980e
Add bouncing icon background animation
2025-03-31 20:59:28 +02:00
Henrik Rydgård
c2cc5b345d
Win32: Delete the old BrowseForFolder implementation
2025-03-29 11:16:33 +01:00
Henrik Rydgård
b05d6171d4
Add a consistent feature check - only desktops get to use CacheFullISOInRAM.
2025-03-27 01:02:28 +01:00
Henrik Rydgård
8d9b3f28f2
Reintroduce "cache ISO in RAM"
2025-03-27 00:46:31 +01:00
Henrik Rydgård
4eaad7d5af
Remove the "Cache full ISO in RAM" feature
...
It's been broken for years and nobody has even noticed enough to report
it.
2025-03-26 09:06:33 +01:00
Henrik Rydgård
6efb758893
CHange the TabbedDialog create-tab API to allow for future lazy-loading
2025-03-23 22:48:57 +01:00
Henrik Rydgård
0ba92081ed
Add banner support to tab holders
2025-03-23 22:48:51 +01:00
Henrik Rydgård
249281366e
Use the new sceAtrac implementation by default
...
Inverts/renames the setting to allow going back to the old sceAtrac
implementation, to work around any compatibility issue.
Note that we can never delete the old implementation, old savestates
will still use it - can't convert an existing session.
2025-03-20 23:10:21 +01:00
Henrik Rydgård
c5ad1548bc
Add simple AT3 dumping (non-streaming only)
2025-03-19 10:42:32 +01:00
Henrik Rydgård
c4241e283a
Prepare to generalize file dumping
2025-03-19 09:46:25 +01:00
Henrik Rydgård
78e763b050
Restore the setting.
2025-03-18 09:36:32 +01:00
Henrik Rydgård
165cc998af
Fix translatability of "UI volume" string
...
See #20075
2025-03-05 13:41:39 +01:00
Henrik Rydgård
9e2946f0d4
Fix some minor translation mistakes, add missing strings
2025-03-03 15:19:20 +01:00
Henrik Rydgård
4dba1c3544
Add the translation keys
2025-02-24 16:26:19 -06:00
Henrik Rydgård
e9b51f8c60
Add long-requested feature to take screenshots of the raw game images instead of the output.
2025-02-24 16:24:42 -06:00
Henrik Rydgård
9664530c63
Add translation string
2025-02-20 17:46:18 -06:00
Henrik Rydgård
1a1483478a
Fix live resizing, implement setting on all platforms.
2025-02-20 17:14:59 -06:00
Henrik Rydgård
852018e899
Windows: Hook up the UI scale setting. Need a manual resize to update.
2025-02-20 17:06:38 -06:00
Henrik Rydgård
08aed07050
Clarify texture upscaler settings.
2025-02-18 12:50:21 -06:00
Henrik Rydgård
9859eeed5a
Add better name and translation string for touch gliding
2025-02-18 10:56:56 -06:00
Henrik Rydgård
408d1b0916
Track execution time after save, add new setting for exit confirmation
2025-02-17 12:29:23 -06:00
Henrik Rydgård
b8e668114d
Merge pull request #19984 from hrydgard/theme-fixes
...
Theme system fixes and additions
2025-02-14 16:28:23 -06:00
Henrik Rydgård
40f38933c7
Apply the InfoItem style normally. Remove barely noticable color animations.
2025-02-14 15:31:51 -06:00
Henrik Rydgård
5ef2f06019
Implement "Touch gliding" (keep all dragged/touched buttons pressed until touch release)
...
I think the feature might need a better name though?
Fixes #14490
2025-02-14 11:00:24 -06:00
Henrik Rydgård
f47cccc2b2
Show the texture replacement checkbox on the main graphics settings tab
2025-02-13 10:50:18 -06:00
Henrik Rydgård
fcaf3daea9
Minor fixes, make the achievement volume independent again
2025-02-12 10:28:35 -06:00
Henrik Rydgård
aad3aa02e7
Upgrade the achievement sound volume setting to the new format
2025-02-12 10:23:26 -06:00
Henrik Rydgård
62e01d37a5
Upgrade reverb volume to the new format
2025-02-12 10:09:52 -06:00
Henrik Rydgård
fef4a86225
Upgrade the game volume setting to the new format
2025-02-12 09:49:30 -06:00
Henrik Rydgård
d200d80633
Allow preview of UI sound volume while changing the slider.
2025-02-11 18:03:42 -06:00
Henrik Rydgård
cf90b24431
Add UI volume setting (affecting navigation sounds and preview audio). Convert alt speed volume into a 100-step percentage.
2025-02-11 17:42:09 -06:00
Henrik Rydgård
a9791699ef
Rename "Global volume" to "Game volume" (translations need fixing)
...
Also makes alt speed volume a percentage of game volume, which makes
more sense.
2025-02-11 17:42:09 -06:00
Henrik Rydgård
ee772bb1e2
Refactor querying the battery percentage into a regular sysprop
2025-02-11 10:31:18 -06:00
Henrik Rydgård
d8d992d695
Disable achievements support in VR because the UI doesn't work
...
Fixes #19521
2025-01-27 11:54:42 +01:00
Henrik Rydgård
f1cd1e66e6
Infrastructure networking: Add new translation strings
2025-01-22 12:03:07 +01:00
Henrik Rydgård
7d8b0329be
Allow changing where general notifications pop up, just like with achievement notifications
2025-01-20 18:02:56 +01:00
Henrik Rydgård
05906bc8f3
Finish the format, actually use the things from it
2025-01-12 17:25:59 +01:00
Henrik Rydgård
608ff2ff39
Initial custom DNS config json parsing
2025-01-12 17:25:59 +01:00