Stenzek
|
3081c4f5cd
|
Qt: Fix disabling of some texture dumping options
|
2024-09-29 16:19:20 +10:00 |
|
Stenzek
|
e06f1f1002
|
GPU: Add hardware texture cache
|
2024-09-29 13:37:47 +10:00 |
|
Stenzek
|
4132b5ef3d
|
Settings: Remove 'Increase Timer Resolution' option
It's no longer needed since I switched to high-resolution waitable
timers, which are supported on Win10 1803+.
|
2024-09-28 23:50:44 +10:00 |
|
Stenzek
|
4e880280bd
|
Qt: Fix inconsistent multitap addressing
And remove multiple copies of the same variables while we're at it.
|
2024-09-27 20:59:04 +10:00 |
|
Stenzek
|
5995471de6
|
FullscreenUI: Disable rewind options unless enabled
|
2024-09-26 21:54:51 +10:00 |
|
Stenzek
|
df8e950e6e
|
Qt: Rename 'Disable All Enhancements' to 'Safe Mode'
And move it to the bottom of the dialog.
|
2024-09-26 21:54:51 +10:00 |
|
Stenzek
|
29da7f7211
|
System: Add 'Fast Forward Boot' option
|
2024-09-26 21:40:48 +10:00 |
|
Stenzek
|
3dca598063
|
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
|
2024-09-21 22:26:06 +10:00 |
|
Stenzek
|
df17528b18
|
Qt: Move threaded rendering toggle to Debug tab
Frees up some space.
|
2024-09-21 22:26:05 +10:00 |
|
Stenzek
|
891d5cefbe
|
ImGuiFullscreen: Allow smooth scrolling
|
2024-09-09 21:57:08 +10:00 |
|
Stenzek
|
d1770b616f
|
Settings: Default console logging to running from TTY
|
2024-09-09 20:55:15 +10:00 |
|
Stenzek
|
32a3311208
|
System: Add option to automatically resize window
|
2024-09-07 22:05:54 +10:00 |
|
Stenzek
|
1c1b82ed66
|
GPUDevice: Purge threaded presentation
Worse frame pacing, and GPU thread (when I finish it) will give
significantly faster performance on mobile anyway.
|
2024-09-07 12:15:42 +10:00 |
|
Mrlinkwii
|
95185b7308
|
FSUI : some misc fixes (#3291)
FullscreenUI: Some misc fixes
|
2024-09-06 13:55:17 +01:00 |
|
spacepaw
|
5b4d625d23
|
Add *.psx as a supported PS-X EXE file type (#3290)
|
2024-09-06 09:33:19 +02:00 |
|
Stenzek
|
1446e3035f
|
Settings: Make Disable Interlacing a Deinterlacing mode
Saving that precious vertical space.
|
2024-09-03 20:02:01 +10:00 |
|
Stenzek
|
f9a594058f
|
Settings: Force Frame Timings => Force Video Timing
Also drop from GameDB, an override doesn't make sense here anyway,
due to the low success rate with the enhancement.
|
2024-09-03 19:06:26 +10:00 |
|
spacepaw
|
63abdb7afd
|
Reworked the "Force NTSC Timings" feature to support both NTSC and PAL frame timings (#3287)
|
2024-09-03 10:50:45 +02:00 |
|
Stenzek
|
7f4e5d55db
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
|
Stenzek
|
3fbdcdb4ff
|
AudioStream: Rewrite and integrate expander
|
2024-09-01 13:16:10 +10:00 |
|
Stenzek
|
940200f7f3
|
FullscreenUI: More animation fixes
|
2024-08-26 17:56:47 +10:00 |
|
Stenzek
|
344a4a6215
|
FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
|
2024-08-26 15:47:50 +10:00 |
|
Stenzek
|
7a05d5aca5
|
Achievements: Reset focus when opening windows
|
2024-08-26 14:21:09 +10:00 |
|
Stenzek
|
f2c0303875
|
Misc: Use lightgun controller icon
|
2024-08-25 13:57:05 +10:00 |
|
Stenzek
|
bda6869084
|
Qt: Implement per-game controller configuration
|
2024-08-24 14:10:25 +10:00 |
|
xujibbs
|
ce7bbb47d5
|
FullscreenUI: Make "version" in Big picture translatable (#3279)
|
2024-08-18 12:16:18 +10:00 |
|
Stenzek
|
13a37418e6
|
FullscreenUI: Fix popup close resetting window scroll
|
2024-08-13 18:09:30 +10:00 |
|
Stenzek
|
f99d5ff39d
|
FullscreenUI: Fix saving of list options (e.g. controller settings)
|
2024-08-13 18:09:30 +10:00 |
|
Stenzek
|
aeb9d383ce
|
System: Add save state compression mode options
|
2024-08-06 17:02:21 +10:00 |
|
Stenzek
|
a2f98541b3
|
Misc: Slim down some header includes
|
2024-08-04 14:49:55 +10:00 |
|
Stenzek
|
143acca03b
|
Core: Purge resources.cpp
Save around 64KB in binary size.
|
2024-08-04 14:13:15 +10:00 |
|
Stenzek
|
3a83c4265c
|
Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
|
2024-08-02 23:56:07 +10:00 |
|
Stenzek
|
6ce9e571ed
|
Misc: Purge remaining ByteStream references
|
2024-07-29 17:27:32 +10:00 |
|
Stenzek
|
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 |
|
Stenzek
|
7a3a72ec3d
|
GPU: Add display rotation option
|
2024-07-26 23:09:33 +10:00 |
|
Stenzek
|
861d4a5aa2
|
FullscreenUI: Reorder graphics settings to match Qt
|
2024-07-23 21:11:01 +10:00 |
|
dreamsyntax
|
d9ada75d4f
|
Qt: Toggle for DualSense Player LED (#3254)
|
2024-07-21 16:07:36 +10:00 |
|
Stenzek
|
8698298499
|
CPU/NewRec: Fix incorrect condition in GenerateCall()
|
2024-07-14 21:25:25 +10:00 |
|
Stenzek
|
de27e5de92
|
GPU: Add option to disable PGXP on 2D polygons
|
2024-07-09 20:37:58 +10:00 |
|
Nik Chizhov
|
5cdcdb565f
|
fix: string to c-string to string
|
2024-07-07 12:45:49 +10:00 |
|
Stenzek
|
f6d3a7987d
|
System: Load discord-rpc dynamically
|
2024-07-04 15:52:32 +10:00 |
|
Stenzek
|
4b61a3cbf3
|
Qt: Unrestrict resolution scale up to device limits
|
2024-07-04 13:25:27 +10:00 |
|
Stenzek
|
0c3cf1f5f8
|
PostProcessing: Split into internal and display chains
|
2024-06-28 20:17:15 +10:00 |
|
Stenzek
|
63055f1e7f
|
FullscreenUI: Add sprite texture filtering option
|
2024-06-23 13:10:10 +10:00 |
|
Stenzek
|
8455c9c3c6
|
GPU/HW: Add 'Force Round Upscaled Texture Coordinates'
|
2024-06-16 19:09:46 +10:00 |
|
Stenzek
|
b464b6d668
|
FullscreenUI: Fix loading undo state from menu
|
2024-06-11 13:07:47 +10:00 |
|
Stenzek
|
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 |
|
Stenzek
|
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 |
|
Stenzek
|
4e922a34a7
|
Log: Simplify macros
|
2024-05-24 02:08:14 +10:00 |
|
Stenzek
|
b6d019db66
|
Misc: Replace log printf calls with fmt
|
2024-05-24 00:29:49 +10:00 |
|