Commit Graph

80 Commits

Author SHA1 Message Date
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
e6be0532cb System: Fix incorrect rewind VRAM estimation 2023-12-18 20:50:35 +10:00
7e2afe82b5 FullscreenUI: Fix opening while paused 2023-12-14 20:23:48 +10:00
79c226efff SmallString: fmt -> format, format -> sprintf 2023-12-13 21:06:15 +10:00
ad96b1ec75 FullscreenUI: Improve menu button borders 2023-12-13 01:12:55 +10:00
a907e1f550 GPUDevice: Pool textures 2023-12-09 22:08:13 +10:00
6557033b98 FullscreenUI: Replace some std::string instances with TinyString 2023-12-06 20:12:20 +10:00
4854031a1c FullscreenUI: Properly account for multiline Rich Presence in Title Info 2023-12-01 18:08:19 +01:00
7d5e2bf50c FullscreenUI: More localization fixes 2023-11-30 14:21:44 +10:00
dfb27c14be FullscreenUI: More localization fixes 2023-11-29 23:11:28 +10:00
325dcc81ca FullscreenUI: Allow changing UI language 2023-11-29 20:26:36 +10:00
0b6cd330e5 System: Add missing controller poll while rewinding 2023-11-29 15:41:29 +10:00
26f3d5ba56 FullscreenUI: Add missing translation strings 2023-11-29 02:18:20 +10:00
667b11121c Qt: Update glyph ranges 2023-11-29 02:00:31 +10:00
72716719b3 Achievements: Use big picture for confirm hardcore disable 2023-11-26 23:57:49 +10:00
c1d0419361 FullscreenUI: Use icon font for bindings 2023-11-26 23:57:49 +10:00
43c0ce0b3e FullscreenUI: Put bindings on one line 2023-11-26 23:57:49 +10:00
fc6359457b ImGuiManager: Use PromptFont icons for input OSD 2023-11-26 21:35:29 +10:00
3ab27e7220 FullscreenUI: Remove Pause on Menu open
And always pause. The option never really worked correctly.
2023-11-06 23:17:58 +10:00
f05ff4103e Misc: Build fixes for Android 2023-11-04 20:11:51 +10:00
ad04f79e57 FullscreenUI: Fix controller strings not translating 2023-10-12 19:30:23 +10:00