chaoticgd
4771198c30
Qt: Increase the height of the about dialog
2025-08-05 14:55:37 +02:00
TellowKrinkle
d8f3717119
iop: Fix wrong limit given to snprintf
...
We appended to the string in places other than the snprintfs too, and they didn't update remaining_buf
2025-08-05 03:30:28 -05:00
HazNut
33ab6fd09b
Qt: Grey out game grid related actions under 'View' menu if showing game list
2025-08-01 12:31:03 -04:00
Ty
1391e1339e
ImGui: Use localtime_r/s instead of fmt::localtime
...
fmt::localtime is deprecated
2025-08-01 11:46:57 -04:00
TJnotJT
2f2614737a
GS: Make some GSUtil constexpr functions header only.
...
The functions for getting primclass and vertex counts may be used in constexpr contexts in templated functions.
2025-07-31 20:44:31 +02:00
Ty
85a62427f9
GS: Properly check for a VU1 recompiler.
...
Fixes ARM builds where the VU1 recompiler was enabled despite there being no VU1 recompiler.
2025-07-31 14:10:45 -04:00
TellowKrinkle
8fd91cb7df
Formatting: Apply AlignWithSpaces
2025-07-31 15:20:27 +02:00
TellowKrinkle
c5820a4f54
Formatting: Set UseTab to AlignWithSpaces
...
Should make things look nicer on GitHub
2025-07-31 15:20:27 +02:00
TheLastRar
572eae596c
FSUI: Use emoji for reset settings
2025-07-30 12:25:32 -04:00
TheLastRar
6f3c189129
FSUI: Support Emojis for settings icons
2025-07-30 12:25:32 -04:00
TheLastRar
7a0017bd40
FSUI: Support Emojis
2025-07-30 12:25:32 -04:00
TheLastRar
74f840f66b
CI/AppImage: Bundle FreeType & HalfBuzz
2025-07-30 12:25:32 -04:00
TheLastRar
4a7c194157
Deps: Build FreeType & HalfBuzz on Linux
2025-07-30 12:25:32 -04:00
TJnotJT
116eb6dc5b
Misc: Fix changing console log file.
...
Console logging file should be updated whenever it is not equal to the old file. The test to check this was inverted.
2025-07-30 12:10:04 -04:00
Julien Reichardt
0bab3c74ea
CI/Flatpak: Upgrade runtime to 6.9
2025-07-30 12:07:00 -04:00
Joseph Hazell
6328de43e3
Qt: Use radio buttons for actions under 'Switch Renderer' menu
2025-07-30 12:02:55 -04:00
PCSX2 Bot
5becdc9ab5
[ci skip] PAD: Update to latest controller database.
2025-07-28 18:04:40 +02:00
TJnotJT
26b6394b67
GS: Use std::array for fixed size array.
2025-07-27 12:56:10 -04:00
PCSX2 Bot
1b6086ab62
[ci skip] Qt: Update Base Translation.
2025-07-27 15:48:42 +02:00
HeyImRuu
87a4536a2e
GameDB: Fix wrong title for SLES-54435.
2025-07-27 15:48:25 +02:00
JordanTheToaster
d20b897ac8
GameDB: Valkyrie Profile 2 DX shadow fix
2025-07-27 14:34:08 +02:00
JordanTheToaster
6f26b064b9
Resources: Update Redump Database (27/07/2025)
2025-07-27 14:34:08 +02:00
lightningterror
3a2c78d17c
Qt: Fix default post processing values.
...
Brightness, contrast, gamma, saturation.
2025-07-26 03:39:37 +02:00
PCSX2 Bot
19d375b4bd
[ci skip] Qt: Update Base Translation.
2025-07-25 03:35:06 +02:00
JordanTheToaster
8162461618
GraphicsSettingsWidget: Index regression fix
2025-07-24 22:13:42 +02:00
Gonzalosilvalde
0cadc3189c
GS: Add gamma control to ShadeBoost
2025-07-24 18:10:53 +02:00
Fabian Thomys
e971a9ebf5
Qt: Implement option for organizing screenshots in folders by game name
2025-07-24 18:10:11 +02:00
TheTechnician27
19f85713ce
Settings: Transfer regional frame rate to advanced Graphics settings
2025-07-24 18:09:12 +02:00
Slayer0fRA
4c41de6013
Debugger: Disable filter search button while filter search is active
2025-07-23 22:53:16 -04:00
Slayer0fRA
96f9cde1bc
Debugger: Disable filter search button while filter search is active
2025-07-23 22:53:16 -04:00
PCSX2 Bot
3feef0824c
[ci skip] PAD: Update to latest controller database.
2025-07-23 03:07:03 +02:00
lightningterror
5f2ab55c93
GS/GL/MTL: Misc fixes.
...
MTL: Add missing shader case for RGB5A1_TO_8I.
GL: Comment out vendor Nvidia.
Fixes warnings.
2025-07-20 22:41:41 +02:00
GovanifY
0f75bfe17d
Revert "GitHub: Add types to issue templates"
...
This reverts commit 7faa132622
.
2025-07-20 12:46:38 +02:00
Berylskid
7faa132622
GitHub: Add types to issue templates
2025-07-19 15:28:51 -04:00
Ziemas
b69e6da105
Debugger: add 3 operand mult to assembler
2025-07-19 15:28:31 -04:00
JordanTheToaster
11edb128e9
GameDB: Kamen Rider Kabuto fixes
2025-07-19 20:25:57 +02:00
TJnotJT
fc4407aaef
GS: Add secondary vertex buffer for copy/modifying vertices.
...
Currently only used in HW renderer to fix vertices for provoking-first-vertex APIs.
2025-07-19 02:39:01 +02:00
TJnotJT
2a418e3282
GS/HW: Handle first vertex provoking APIs in GSRendererHW.cpp.
2025-07-19 02:39:01 +02:00
TJnotJT
59415542ff
GS: Remove all usage of provoking first/flat swapped in early pipeline.
...
Removes said usage from GSState and GSVertexTrace (and helper classes). The end goal is to support first-vertex-provoking APIs in GSRendererHW instead of early in the pipeline.
2025-07-19 02:39:01 +02:00
Jordan
00416e26bb
GameDB: Various fixes ( #13041 )
...
Various fixes for incorrect names and missing fixes ect in Minority Report Gran Turismo 2000 Trial and fixing the name of Shaun White Snowboarding which was incorrectly labelled Rock Band 2 for some reason.
2025-07-19 00:26:29 +02:00
JordanTheToaster
e936398e17
Deps: Update SDL3 to v3.2.18
2025-07-17 12:24:12 +02:00
PCSX2 Bot
e3b45c3efd
[ci skip] Qt: Update Base Translation.
2025-07-17 02:02:52 +02:00
JordanTheToaster
7ad759007a
ImGuiOverlays: Internal FPS stat regression fix
2025-07-17 02:00:37 +02:00
refractionpcsx2
2fab554360
GS: Check tex rect of draw on overlap check if draw is single page wide.
2025-07-16 14:08:30 +02:00
refractionpcsx2
e98b6e6cb3
GameDB: Add Sand Grain Games CRC to known affected games
2025-07-16 14:08:30 +02:00
refractionpcsx2
aa5147a52b
GS/HW: Add CRC for Sand Grain Games palette shuffle effect.
2025-07-16 14:08:30 +02:00
lightningterror
83ebbe95c5
GS/TC: Don't split/resize buffer when texture buffer width is 0.
...
Textures wrap within a single page.
2025-07-16 09:49:04 +02:00
Ziemas
2ad71d046b
Debugger: Fix copying out of sorted thread view
2025-07-16 09:47:09 +02:00
lightningterror
099e1f900d
GS/TC: Fix wrong block per page in LookupSource.
2025-07-15 16:04:58 +02:00
PCSX2 Bot
0c6537e917
[ci skip] PAD: Update to latest controller database.
2025-07-14 21:35:06 +02:00