Commit Graph

2633 Commits

Author SHA1 Message Date
georgemoralis
0177599eed New translations en_us.ts (Vietnamese) 2025-02-13 14:56:44 +02:00
georgemoralis
6e1417ff41 New translations en_us.ts (Chinese Traditional) 2025-02-13 14:56:43 +02:00
georgemoralis
33f39091ec New translations en_us.ts (Chinese Simplified) 2025-02-13 14:56:42 +02:00
georgemoralis
01ab5953b7 New translations en_us.ts (Ukrainian) 2025-02-13 14:56:41 +02:00
georgemoralis
752dbdcff5 New translations en_us.ts (Turkish) 2025-02-13 14:56:40 +02:00
georgemoralis
0bfcc71b29 New translations en_us.ts (Swedish) 2025-02-13 14:56:38 +02:00
georgemoralis
65d0dc41ff New translations en_us.ts (Albanian) 2025-02-13 14:56:37 +02:00
georgemoralis
d153903df1 New translations en_us.ts (Russian) 2025-02-13 14:56:36 +02:00
georgemoralis
87a095d607 New translations en_us.ts (Polish) 2025-02-13 14:56:35 +02:00
georgemoralis
b5ec4486cc New translations en_us.ts (Norwegian) 2025-02-13 14:56:34 +02:00
georgemoralis
ac4148c968 New translations en_us.ts (Dutch) 2025-02-13 14:56:32 +02:00
georgemoralis
ce7653a408 New translations en_us.ts (Lithuanian) 2025-02-13 14:56:31 +02:00
georgemoralis
8c3f30a45f New translations en_us.ts (Korean) 2025-02-13 14:56:30 +02:00
georgemoralis
1ac842b2ac New translations en_us.ts (Japanese) 2025-02-13 14:56:29 +02:00
georgemoralis
ea450da83e New translations en_us.ts (Italian) 2025-02-13 14:56:27 +02:00
georgemoralis
6d39b41319 New translations en_us.ts (Hungarian) 2025-02-13 14:56:26 +02:00
georgemoralis
493fa434b4 New translations en_us.ts (Finnish) 2025-02-13 14:56:25 +02:00
georgemoralis
4c7e4121b5 New translations en_us.ts (Greek) 2025-02-13 14:56:24 +02:00
georgemoralis
f0ccc1fc54 New translations en_us.ts (German) 2025-02-13 14:56:22 +02:00
georgemoralis
73bb61754d New translations en_us.ts (Danish) 2025-02-13 14:56:21 +02:00
georgemoralis
9b89005697 New translations en_us.ts (Arabic) 2025-02-13 14:56:20 +02:00
georgemoralis
5e1eaef30c New translations en_us.ts (Spanish) 2025-02-13 14:56:18 +02:00
georgemoralis
b93020cf2c New translations en_us.ts (French) 2025-02-13 14:56:17 +02:00
georgemoralis
e8dfc10358 New translations en_us.ts (Romanian) 2025-02-13 14:56:16 +02:00
georgemoralis
753a3072ee Update Crowdin configuration file 2025-02-13 14:50:02 +02:00
DanielSvoboda
43191ff426
Formatting for Crowdin (#2413)
* Formatting for crowdin

* +
2025-02-13 14:42:40 +02:00
¥IGA
7728db0dd3
Qt: Use Qt 6.8.2 (#2409)
* Qt: Use Qt 6.8.2

* Update Building Instructions For Windows
2025-02-13 12:01:14 +02:00
squidbus
6e12642151
shader_recompiler: Lower non-compute shared memory into spare VGPRs. (#2403) 2025-02-12 20:10:13 -08:00
squidbus
ebe2aadb4c
gnmdriver: Implement sceGnmUpdateHsShader (#2412) 2025-02-12 19:45:42 -08:00
squidbus
c9d425dc08 fix: Correct number of allocated VGPRs. 2025-02-12 17:53:52 -08:00
Missake212
5f2467b453
change ts it (#2396) 2025-02-12 19:05:52 +02:00
rainmakerv2
3b1840b7a9
Add error message when trophy data extraction fails (#2393)
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
2025-02-12 19:05:35 +02:00
kalaposfos13
50b27bebd8
fix deprecation (#2406) 2025-02-12 19:05:14 +02:00
squidbus
7624e9482c
memory: Log for sceKernelMapNamedDirectMemory in more cases. (#2404) 2025-02-12 19:04:58 +02:00
DanielSvoboda
642c0bc367
QT: AutoUpdate -Formatting/Always Show Changelog (#2401)
* QT: AutoUpdate - Text formatting

* +

* Always Show Changelog

* +

update Channel is already called once, it doesn't need to be called again
2025-02-12 19:04:35 +02:00
DanielSvoboda
98eb8cb741
Fix S_LSHR_B32 (#2405)
the shift value should be extracted from the 5 least significant bits of the second operand (S1.u[4:0]), to ensure that the shift is limited to values ​​from 0 to 31, suitable for 32-bit operations

Instruction S_LSHR_B32
Description D.u = S0.u >> S1.u[4:0]. SCC = 1 if result is non-zero.
2025-02-12 06:31:19 -08:00
squidbus
2188895b40
buffer_cache: Give null buffer full usage flags. (#2400) 2025-02-11 00:19:38 -08:00
squidbus
40eef6a066
shader_recompiler: Exclude defaulted fragment inputs from quad/rect passthrough. (#2383) 2025-02-10 21:33:30 -08:00
Stephen Miller
b51c767296
Better bounds checks for sceKernelDlsym (#2394)
Unity, being the awful game engine it is, checks for a return value of zero to determine if sceKernelLoadStartModule failed. This results in it throwing an error code into sceKernelDlsym's handle parameter when the module it's searching for doesn't exist.
2025-02-09 19:31:07 -08:00
squidbus
843cd01308 fix: Disable VK_EXT_tooling_info on AMD proprietary for now. 2025-02-09 16:34:20 -08:00
Stephen Miller
22357f70c2
Improve parameter checks for posix_pthread_rename_np (#2391) 2025-02-09 13:50:59 -08:00
psucien
04fe3a79b9
fix: lower UBO max size to account buffer cache offset (#2388)
* fix: lower UBO max size to account buffer cache offset

* review comments

* remove UBO size from spec and always set it to max on shader side
2025-02-09 22:03:20 +01:00
SaltyBet
34a4f6e60e
enableHDRCheckBox fix (#2390)
isHDRAllowed -> allowHDR (per TOML).
2025-02-09 12:31:32 -08:00
squidbus
15b520f4a2
renderer_vulkan: Skip tessellation isolines if not supported. (#2384) 2025-02-09 10:20:13 -08:00
psucien
5d4812d1a6 hot-fix: fix for unintended gamma correction bypass when HDR is disabled 2025-02-09 18:22:07 +01:00
tomboylover93
f3afbfbcec
Add HDR option to settings menu (#2387) 2025-02-09 18:59:09 +02:00
squidbus
0e238c87cb
cpu_patches: Lower extrq/insertq log to trace. (#2386) 2025-02-09 18:58:48 +02:00
F1219R
89d349ae1c
Update SQ translation + fix typo in EN translation (#2382)
* Update sq translation

* Update sq translation

* Fix typo in en translation
2025-02-09 18:58:12 +02:00
Daniel Nylander
95d5343eb4
Updated Swedish translation (#2380)
* Adding Swedish translation

* Updated Swedish translation with additional strings

Updated the Swedish translations using lupdate to found additional strings

cd src/qt_gui/treanslations

lupdate ../../../../shadPS4/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP,translate+=TRANSLATE_PLURAL_STR,translate+=TRANSLATE_PLURAL_FS -no-obsolete -locations none -source-language en -ts sv.ts

* Update sv.ts

* Updated Swedish translation

* Adding copyright boilerplate

* Updated Swedish translation

* Updated Swedish translation

* Update sv.ts whitespace in boilerplate

* Updated Swedish translation

Please do not add or change anything. Always use lupdate to update TS translation files

* Update sv.ts

* Update sv.ts small typo
2025-02-09 18:57:25 +02:00
squidbus
214eab2c52
gnmdriver: Fill in functions stubbed on real firmware. (#2379) 2025-02-09 18:57:10 +02:00