DanielSvoboda
0939082aca
Fix button changelog ( #1882 )
2024-12-25 23:58:19 +02:00
georgemoralis
3a1a3fc75e
0.5.1 WIP started
2024-12-25 22:42:49 +02:00
georgemoralis
a1a98966ee
retagged 0.5.0
2024-12-25 22:35:00 +02:00
georgemoralis
195929953b
tagged 0.5.0
2024-12-25 22:08:43 +02:00
DanielSvoboda
3d0d1a26df
Add missing translations ( #1879 )
...
* Add missing translations
* +
2024-12-25 22:05:36 +02:00
¥IGA
3ab118837a
Fix for D16Unorm Tiled image ( #1863 )
2024-12-25 16:06:12 +02:00
squidbus
3c111202e1
renderer_vulkan: Make sure at least one viewport is set ( #1859 )
2024-12-25 16:05:51 +02:00
Marcin Mikołajczyk
db43c601fc
README: mention alternative key mappings on Mac ( #1876 )
...
Co-authored-by: Marcin Mikolajczyk <github@mikolajczyk.dev>
2024-12-25 16:05:15 +02:00
f8ith
d55e41a19e
compatibility_data: Added compatibility related settings to GUI ( #1855 )
...
* compatibility_data: added compatibility related settings to gui
* New game compatibility section in settings dialog
* Context menu now has a compatibility section
* Adjusted minimum size of updater section to 265
* update translations
* revert to deprecated statechanged
* fix display compatibility data option
2024-12-25 09:30:09 +02:00
squidbus
a89c29c2ca
shader_recompiler: Rework image read/write emit. ( #1819 )
2024-12-25 01:13:32 +02:00
squidbus
95638d5ca5
exception: Fix raising exceptions on POSIX systems ( #1868 )
2024-12-25 00:21:32 +02:00
squidbus
6d728ec7ed
renderer_vulkan: Enable LDS barriers for MoltenVK ( #1866 )
2024-12-24 23:03:04 +02:00
IndecisiveTurtle
7b24b42711
data_share: Emit barrier before reads
...
* Fixes artifacts in TLG when using NVIDIA gpus. When LDS is written and read in the same basic block, the barrier pass wont handle it properly, so insert a barrier before reads
2024-12-24 16:04:30 +02:00
IndecisiveTurtle
8f7eb2d0e9
semaphore: Attempt to acquire before checking timeout
...
* The posix specification says that if the object can be acquired immediately, timeout doesnt matter
2024-12-24 15:39:17 +02:00
Daniel R.
c284cf72e1
Switch remaining CRLF terminated files to LF
2024-12-24 13:56:31 +01:00
Daniel R.
2c0f986c52
core/libraries: HLE fiber reimplementation ( #1836 )
2024-12-24 13:33:00 +01:00
squidbus
0a4453b912
renderer_vulkan: Simplify depth pipeline state and move stencil to dynamic state. ( #1854 )
...
* renderer_vulkan: Simplify depth pipeline state and move stencil to dynamic state.
* Change graphics key depth-stencil flags to bitfields.
2024-12-24 13:45:11 +02:00
TheTurtle
092d42e981
renderer_vulkan: Implement rectlist emulation with tessellation ( #1857 )
...
* renderer_vulkan: Implement rectlist emulation with tessellation
* clang format
* renderer_vulkan: Use tessellation for quad primitive as well
* vk_rasterizer: Handle viewport enable flags
* review
* shader_recompiler: Fix quad/rect list FS passthrough semantics.
* spirv: Bump to 1.5
* remove pragma
---------
Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>
2024-12-24 13:28:47 +02:00
psucien
c2e9c877dd
hot-fix: missing fce barrier
2024-12-23 18:20:37 +01:00
Quang Ngô
400da1aa8d
Handle swapchain recreation ( #1830 )
2024-12-23 16:21:48 +02:00
Emulator-Team-2
94f861588d
added B5G6R5UnormPack16 format ( #1856 )
2024-12-23 15:52:29 +02:00
DanielSvoboda
dfdd819e3e
Fix AutoUpdate Issue with Non-Latin Usernames/Directories ( #1853 )
...
* Fix updater for non-Latin user directories
* QStandardPaths
2024-12-23 09:29:30 +02:00
psucien
43fd8fa44a
hot-fix: macos release build
2024-12-22 23:11:16 +01:00
psucien
2dc5755799
build: exclude Tracy from release builds
2024-12-22 22:51:48 +01:00
tomboylover93
50b4b0a9e8
Change layout of 'Paths' tab to 'Form Layout'
2024-12-22 17:38:28 -03:00
tomboylover93
d9b6cb8be2
Adjust 'Paths' tab to work better with native widgets
2024-12-22 17:20:08 -03:00
tomboylover93
4693331437
Adjust settings window padding to accomodate 'Current Widget Style' under 'GUI Settings'
2024-12-22 16:50:27 -03:00
psucien
8abc43a03d
texture_cache: 32bpp and 64bpp macro detilers ( #1852 )
...
* added 32bpp macro detiler
* added 64bpp macro detiler
* consider 3d depth alignment in size calculations
2024-12-22 19:43:44 +01:00
tomboylover93
4514dd1207
Make icons render properly when opening shadPS4 with a light mode system theme
2024-12-22 14:30:06 -03:00
tomboylover93
71554606cb
Merge remote-tracking branch 'refs/remotes/origin/qt-style-test' into qt-style-test
2024-12-22 14:27:58 -03:00
tomboylover93
f03813218b
Merge branch 'shadps4-emu:main' into qt-style-test
2024-12-22 14:24:59 -03:00
Vladislav Mikhalin
7fe4df85ab
Clear color attachment if FCE was invoked before any draws ( #1851 )
...
* Clear RT if FCE was invoked before any draws
Co-authored-by: psucien <bad_cast@protonmail.com>
* address review comments
---------
Co-authored-by: psucien <bad_cast@protonmail.com>
2024-12-22 18:12:43 +01:00
tomboylover93
d06f65d6c5
Change message when hovering over widget style selection button
2024-12-22 13:38:15 -03:00
tomboylover93
2a0daee226
Merge remote-tracking branch 'refs/remotes/origin/qt-style' into qt-style
2024-12-22 13:29:32 -03:00
tomboylover93
241dc6ca30
Merge branch 'shadps4-emu:main' into qt-style-test
2024-12-22 13:20:57 -03:00
tomboylover93
cb661bdad7
Merge commit '433d9459e09cd9ce3a1d02cc78d901b66d25335f' into qt-style-test
2024-12-22 13:16:48 -03:00
tomboylover93
88938e7ead
Change order of disableTrophy and related Qt objects
...
This should (actually) fix any conflicts with 433d9459e0
2024-12-22 13:07:46 -03:00
tomboylover93
e63fa963a3
Change location of widget style selection button
...
This should fix any conflicts with 433d9459e0
2024-12-22 13:01:51 -03:00
tomboylover93
bc7bde8bcd
Merge branch 'main' into qt-style
2024-12-22 12:53:08 -03:00
setepenre
8a409d86d4
post-processing: rework gamma correction ( #1756 )
2024-12-22 16:18:07 +01:00
tomboylover93
e2dbef12c7
Make icon colors update in real time
...
Reference: 64df298e5a
2024-12-22 11:49:53 -03:00
tomboylover93
ac757e272a
cleanup: Remove printf log on widget style change
2024-12-22 11:34:07 -03:00
squidbus
ab5240d8d2
qt: Do not run emulator on separate thread on Mac. ( #1849 )
2024-12-22 16:31:59 +02:00
squidbus
14dc136832
renderer_vulkan: Various attachment cleanup and fixes. ( #1795 )
2024-12-22 16:08:48 +02:00
Quang Ngô
aba2b29074
gui: start the emulator in new thread ( #1829 )
2024-12-22 15:47:28 +02:00
rainmakerv2
433d9459e0
Disable trophy pop-up with config setting ( #1834 )
2024-12-22 15:46:45 +02:00
TheTurtle
5eebb04de9
vk_rasterizer: hot fix
2024-12-22 15:31:10 +02:00
tomboylover93
776f1ee5ec
Merge branch 'shadps4-emu:main' into qt-style-test
2024-12-22 10:20:33 -03:00
squidbus
fac21a5362
audio: Move port logic out of SDL backend and define backend interface. ( #1848 )
2024-12-22 11:46:28 +02:00
f8ith
0931802151
compatibility_data: various fixes ( #1847 )
...
* temporarily disable status column + various fixes
* add configuration option to enable compatibility data
* clang format
2024-12-22 11:05:44 +02:00