Commit Graph

121 Commits

Author SHA1 Message Date
a2f98541b3 Misc: Slim down some header includes 2024-08-04 14:49:55 +10:00
143acca03b Core: Purge resources.cpp
Save around 64KB in binary size.
2024-08-04 14:13:15 +10:00
3a83c4265c Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
2024-08-02 23:56:07 +10:00
6ce9e571ed Misc: Purge remaining ByteStream references 2024-07-29 17:27:32 +10:00
a6518ff9dc System: Rewrite save state I/O
No more ByteStream or virtual calls for every piece of data.
2024-07-29 17:27:32 +10:00
7a3a72ec3d GPU: Add display rotation option 2024-07-26 23:09:33 +10:00
861d4a5aa2 FullscreenUI: Reorder graphics settings to match Qt 2024-07-23 21:11:01 +10:00
d9ada75d4f Qt: Toggle for DualSense Player LED (#3254) 2024-07-21 16:07:36 +10:00
8698298499 CPU/NewRec: Fix incorrect condition in GenerateCall() 2024-07-14 21:25:25 +10:00
de27e5de92 GPU: Add option to disable PGXP on 2D polygons 2024-07-09 20:37:58 +10:00
5cdcdb565f fix: string to c-string to string 2024-07-07 12:45:49 +10:00
f6d3a7987d System: Load discord-rpc dynamically 2024-07-04 15:52:32 +10:00
4b61a3cbf3 Qt: Unrestrict resolution scale up to device limits 2024-07-04 13:25:27 +10:00
0c3cf1f5f8 PostProcessing: Split into internal and display chains 2024-06-28 20:17:15 +10:00
63055f1e7f FullscreenUI: Add sprite texture filtering option 2024-06-23 13:10:10 +10:00
8455c9c3c6 GPU/HW: Add 'Force Round Upscaled Texture Coordinates' 2024-06-16 19:09:46 +10:00
b464b6d668 FullscreenUI: Fix loading undo state from menu 2024-06-11 13:07:47 +10:00
55d96f86f0 System: Add "Disable Mailbox Presentation" option
Partial backport of https://github.com/PCSX2/pcsx2/pull/11296
2024-05-26 22:38:35 +10:00
49e3663dfe Settings: Purge max display FPS option
No longer needed since we pull it from the surface instead.
2024-05-24 02:33:33 +10:00
4e922a34a7 Log: Simplify macros 2024-05-24 02:08:14 +10:00
b6d019db66 Misc: Replace log printf calls with fmt 2024-05-24 00:29:49 +10:00
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