Commit Graph

100 Commits

Author SHA1 Message Date
dd98b630ea GameList: Treat disc sets and discs equally when sorting 2024-05-23 12:45:57 +10:00
5b4f74122c System: Add "Skip Duplicate Frame Display" option
Skips the presentation/display of frames that are not unique.
Can be combined with driver-level frame generation to increase
perceptible frame rate. Can result in worse frame pacing, and is
not compatible with syncing to host refresh.
2024-05-20 01:12:32 +10:00
14c30dfa80 FullscreenUI: Update string list 2024-05-19 13:19:51 +10:00
1adaea9005 GameList: Merge multi-disc games 2024-05-18 15:21:44 +10:00
073ac87be2 GameList: Use string_view for GetEntryForPath() 2024-05-18 15:21:43 +10:00
f0a4ceb909 InputManager: Add push to toggle for macros 2024-05-15 21:17:26 +10:00
446750fb66 FullscreenUI: Correct heading sizes 2024-05-15 20:31:12 +10:00
18160a8e06 Qt: Add option to pause when controller is disconnected 2024-05-14 16:00:09 +10:00
522c2e3458 FullscreenUI: Use native file selector on Flatpak 2024-05-12 20:28:20 +10:00
37a76a020a FullscreenUI: Add horizontal padding to menu windows 2024-05-12 18:14:51 +10:00
69e0c1681c FullscreenUI: Correct pixel alignment of some UI elements
Fixes scrollbars showing up at some window sizes.
2024-05-12 17:57:18 +10:00
864b0ad5fe Qt: Save audio output latency value separately to minimal flag 2024-05-12 17:36:15 +10:00
ca3cfbaa99 Misc: Pass string_view by value 2024-05-05 22:28:29 +10:00
fea00d0149 FullscreenUI: Mark %d ms for translation (#3196) 2024-05-05 12:41:46 +10:00
1cdfca155d Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
5e9a47f82b Qt: Add volume reset button 2024-04-25 13:24:04 +10:00
89c0d4900b Fix post processing menu in the fullscreen UI (#3187) 2024-04-23 16:26:46 +10:00
3fa2bd1d3a System: Confirm shutdown if memory card is being written 2024-04-22 01:41:42 +10:00
0fbc1a3a8a AudioStream: Add surround expansion via FreeSurround 2024-04-21 23:30:46 +10:00
3bb36f95e2 FullscreenUI: Get rid of extra scrollbar in save state selector 2024-04-18 00:41:37 +10:00
4d8ed49b24 FullscreenUI: Fix gaps between some UI elements
By rounding sizes up to the nearest pixel.
2024-04-16 15:40:31 +10:00
4e0c417add FullscreenUI: Add "Open Containing Directory" 2024-04-16 12:49:54 +10:00
6e7a4c3909 FullscreenUI: Exit fullscreen for open-in-file-browser 2024-04-16 12:49:54 +10:00
79ccd5f3c3 FullscreenUI: Wire up Open in File Browser functionality (#3178) 2024-04-16 12:49:54 +10:00
3dedf5fdd5 FullscreenUI: Add missing latency stats option 2024-04-14 17:25:23 +10:00
c149d66d4d System: Add 'Reduce Input Latency' option
i.e. pre-frame sleep.
2024-04-13 19:57:25 +10:00
6258cb9e0e FullscreenUI: Various minor bug fixes 2024-04-13 19:57:25 +10:00
88270771da System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
2024-04-11 21:33:40 +10:00
57f6bda59b ImGuiFullscreen: Use popup background for all popups 2024-04-11 13:50:04 +10:00
1b1e42d003 System: Add Error to boot/load/save state 2024-04-11 13:42:10 +10:00
1809885927 FullscreenUI: Fix crash with language select on Linux 2024-04-11 12:52:56 +10:00
e9ae49b3c4 FullscreenUI: Regenerate strings 2024-04-10 00:07:13 +10:00
bf4e8feb25 FullscreenUI: Redo landing page and add help bar 2024-04-09 23:49:24 +10:00
de1a1af908 FullscreenUI: Avoid per-frame memory allocations with SmallString 2024-04-09 19:54:25 +10:00
604dd5df40 Qt: Add copy/clear game settings 2024-03-21 00:50:57 +10:00
3085172ffd FullscreenUI: Update translation strings 2024-03-20 22:48:23 +10:00
1ab7850ed0 GPU: Rewrite deinterlacing and add adaptive/blend modes 2024-03-16 14:14:15 +10:00
e2024f6175 System: Change "Auto Load Cheats" to "Enable Cheats" 2024-03-03 14:03:07 +10:00
a1d7d214cf GPUDevice: Add support for VRR and relaxed vsync 2024-03-03 14:03:07 +10:00
04b837a418 Qt: Redesign graphics settings panel
Add screenshot format/type.
2024-03-02 21:21:20 +10:00
713d396a7e GPU/HW: Add quad line detection (Wild Arms 2) 2024-03-02 17:13:19 +10:00
1f6636f62b Qt: Icon updates 2024-02-18 15:44:12 +09:00
14e3969736 Misc: Warning fixes 2024-01-26 14:31:03 +10:00
4f347bf626 Qt: Add missing display setting help text 2024-01-24 13:56:22 +10:00
150ab8f4af GPU: Add host/hardware stats 2024-01-22 14:41:19 +10:00
b98ac8722a FullscreenUI: Move functionality to Host 2024-01-20 20:29:33 +10:00
37276472eb Qt: Tidy up Enhancement settings 2024-01-19 21:40:44 +10:00
f369724b7c dep/imgui: Update to v1.90.1 2024-01-19 21:22:26 +10:00
cc94b76037 Add debanding option to improve gradient smoothness with truecolor
This option only has an effect if true color is also enabled.
2024-01-19 01:05:21 +01:00
36643fe78b GameList: Add "File Size" field 2023-12-20 23:40:28 +10:00