Commit Graph

9916 Commits (30df16cc767297c544e1311a3de4d10da30fe00c)
 

Author SHA1 Message Date
Davide Pesavento 6ef3df5a5c
Achievements: Use gethostuuid() as machine key on macOS (#3452) 5 months ago
crashGG 99268f22ec
Separate mmpx enhance from mmpx (#3453)
Use conditional weak blending instead of pixel copying to eliminate artifacts on straight lines
Reduce algorithm overhead
use explicitly initialize to fix dx11 fxc uninitialized variable false positive

Update gpu_hw_shadergen.cpp

Update gpu_hw_shadergen.cpp
5 months ago
Stenzek d83ecb0582
Qt: Fix return to desktop mode with -nogui -bigpicture 5 months ago
Stenzek ce6924df21
Qt: AutoUpdaterDialog -> AutoUpdaterWindow in translations
Hopefully avoid some manual updates.
5 months ago
Stenzek fa7b4ae9f1
Qt: Convert auto updater to window
And remove the application modality.

Fixes fights between the auto updater and achievement relogin window.
5 months ago
Davide Pesavento a2bf5b4f50 GameDatabase: Drop "GPU" prefix from PGXP settings in compatibility report 5 months ago
Davide Pesavento 2edcb20930 GameDatabase: Add three missing settings to compatibility report 5 months ago
Davide Pesavento 69399f3449 GameDatabase: Missing newline in compatibility report
And refactor the Append*Setting() functions to reduce duplication.
5 months ago
Davide Pesavento 0c3ad8a78b
GameDB: Fix number of players for Syphon Filter 2 & 3 (#3451) 5 months ago
Stenzek f5c3280202
ImGuiOverlays: Remove unused code 5 months ago
Stenzek 4616dd3293
Qt: Avoid heap string copy for each context menu action
QString is copy-on-write.
5 months ago
Stenzek 308bc5f356
ImGuiOverlays: Warning fixes 5 months ago
Stenzek 35a8bfa469
FullscreenUI: Warning fixes 5 months ago
Stenzek 0c8cf0a4d7
Qt: Fix incorrect help text 5 months ago
Stenzek 466ccc5d88
CI: Use maximum compression for zip builds 5 months ago
Stenzek 7f066c2864
ImGuiOverlays: Fix display with only GPU/latency stats 5 months ago
bl@ck_m@ge 61f3f86bbc
GameDB: exclude analog support for Final Fantasy Origins (#3449) 5 months ago
zkdpower 42bf2b3360
update the Simple-Chinese translation to latest. (#3448) 5 months ago
Stenzek c32e590808
Qt: Don't hold lock while game list context menu active 5 months ago
Stenzek 20b353535d
ImGuiOverlays: Backport condition tidy-up 5 months ago
Stenzek ba6309c458
FullscreenUI: Keep a one-deep previous window stack
Fixes settings close returning to wrong window if opened from game list.
5 months ago
Stenzek 1a39dece6a
FullscreenUI: Don't tint background in landing/game list
But keep it for settings etc, since it needs it for readability.
5 months ago
Stenzek 3a7cbc20d9
FullscreenUI: Use horizotal layout for about dialog 5 months ago
Stenzek e19817c7f9
README: Fix typo 5 months ago
Stenzek 233c342d68
README: Recommend AppImage over Flatpak
Tired of Flathub's infrastructure randomly failing builds, and portal
paths being invalidated every update.

Does anyone actually use this?
5 months ago
Stenzek 3ba05f182f
Qt: Use same size for serial across platforms
And center the field to compensate.
5 months ago
Stenzek b98d521ff9
ImGuiOverlays: Draw larger status indicator icons
Always bugged me, but couldn't justify the rasterization time before
dynamic fonts.
5 months ago
Stenzek bf4a89e82e
Qt: Use GameList::FormatTimespan()
No point duplicating the logic since the core can handle
plural translations now.
5 months ago
Stenzek 9ffded0e73
SmallString: Fix size bug in assign(SmallStringBase&&) 5 months ago
Stenzek a31d67921b
SmallString: Use L instead of L+1
Keep the stack aligned to power of 2.
5 months ago
Davide Pesavento 70225f8345 Always use CTAD with std::unique_lock 5 months ago
Davide Pesavento 2c7d07b245 Qt: Implement reset play time for disc sets 5 months ago
Anderson Cardoso 74838e9bd8
Atualização Português do Brasil (#3444)
Atualizado para a última versão
5 months ago
KamFretoZ bb76d7cce8
Update Indonesian Translation (#3445) 5 months ago
Davide Pesavento 873c7c9dc3 Qt: Right align size columns in game list view 5 months ago
Davide Pesavento 00330ca391 Qt: Avoid truncating Serial column in game list view on macOS 5 months ago
Davide Pesavento 5dc55bb4a1
Qt: Avoid showing "0 minutes" of played time (#3447) 5 months ago
Stenzek 9c4e15ef1c
Host: Remove now-unused ReadCompressedResourceFile() 5 months ago
Stenzek 9ff3edd317
Qt: Disable unmaintained translations
These haven't been touched in 4+ years, and there are very few strings
still valid.

They'll still be built, so you can use them via the ini, but they will
not appear in the dropdown list.
5 months ago
Stenzek 0cf5618a05
FullscreenUI: Fix crash in JogCon controller settings 5 months ago
Stenzek 65ed9b51ab
Data: Fix glyph conflict with vibration icon 5 months ago
Stenzek 0026615eb9
Data: Remove unused base fonts 5 months ago
Stenzek c06da318d6
FullscreenUI: Fix trophy placement on non-square covers 5 months ago
Stenzek 06da45b3f2
FullscreenUI: Polish dialogs 5 months ago
Stenzek 77457a3b1d
ImGuiManager: Switch to dynamic fonts 5 months ago
Stenzek 5945153e67
Data: Add variable weight fonts 5 months ago
Stenzek 9c4aaca7c8
FullscreenUI: Avoid losing game list selection inbetween mouse move and popups 5 months ago
Stenzek a2d351ca90
FullscreenUI: Improve title truncation in game grid
Use the computed text length, rather than an arbitrary size.
5 months ago
Stenzek 39a5bd6e54
FullscreenUI: Remove padding from CD icon
It wasn't even.
5 months ago
Stenzek 94b88fad23
GPU/HW: Avoid texture filter dual-source output when unnecessary
Because we all know how much mobile drivers crapping themselves
whenever anyone mutters dual-source blending.
5 months ago