psucien
be67fdc9c9
shader_recompiler: correct format for SSBO store op
2024-06-16 21:21:19 +02:00
psucien
37ceea2314
renderer_vulkan: added log entry for CS compiling
2024-06-16 20:51:35 +02:00
psucien
54f8616d6a
shader_recompiler: added MUL_HI VOP2 (896)
2024-06-16 20:39:53 +02:00
psucien
1fc86a6c9d
shader_recompiler: added SOPK MOVK (45)
2024-06-16 20:26:24 +02:00
raziel1000
52f3b74fdd
Missing sceKernelUuidCreate nid
2024-06-15 17:01:20 -06:00
TheTurtle
ca25333a1e
core: Address a few more regressions ( #202 )
...
* tls: Actaully fix TLS on linux
* emulator: Remove nptoolkit
* Not quite supported yet, makes games misbehave
* kernel: Back to SCHED_OTHER
* kernel: Remove unused signal function
* address_space: Fix Unmap call on linux
* clang format
2024-06-16 01:50:07 +03:00
georgemoralis
3552484b33
Merge pull request #201 from shadps4-emu/stabilization_4
...
Proper color buffers color handling and various fixes
2024-06-16 01:18:43 +03:00
psucien
b02ec385b2
video_out: proper sRGB output workflow
2024-06-15 23:24:34 +02:00
psucien
b2b45bf480
video_core: added support for alternate CB channels order
2024-06-15 23:24:33 +02:00
psucien
b9602afc82
renderer_vulkan: sRGB swapchain
2024-06-15 23:24:33 +02:00
psucien
e6f773f950
videoout: register buffers in texture cache at VO creation time
2024-06-15 23:24:33 +02:00
psucien
bdb235716a
texture_cache: don't set color attachment usage flag for packed images
2024-06-15 23:24:33 +02:00
psucien
fd8ceacef7
video_core: shaders hash switched to one from binary header
2024-06-15 23:24:32 +02:00
psucien
37cbdad57b
renderer_vulkan: static vector for vertex buffers ranges
2024-06-15 23:20:14 +02:00
psucien
a0fe34b01f
tracy: added PthreadMutex markup
2024-06-15 23:20:14 +02:00
psucien
142ad54876
gnmdriver: fix for pm4 dump name in some erroneous cases
2024-06-15 23:20:14 +02:00
psucien
be6f523b6e
renderer_vulkan: fixed buffers alignments
2024-06-15 23:20:13 +02:00
psucien
1e69f83d9e
libraries: fix for Windows crash during LLE libc initialization
2024-06-15 20:04:36 +02:00
Younes
0fa7d5d02c
- sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemporaryDataMount2 ( #199 )
...
- PlayGo
- stub libusbd
-added /temp0 and /data mounts at emu start.
(Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden)
- some posix functions
2024-06-15 17:51:51 +03:00
TheTurtle
c5d1d579b1
core: Many things ( #194 )
...
* video_core: Add a few missed things
* libkernel: More proper memory mapped files
* memory: Fix tessellation buffer mapping
* Cuphead work
* sceKernelPollSema fix
* clang format
* fixed ngs2 lle loading and rtc lib
* draft pthreads keys implementation
* fixed return codes
* return error code if sceKernelLoadStartModule module is invalid
* re-enabled system modules and disable debug in libs.h
* Improve linux support
* fix windows build
* kernel: Rework keys
---------
Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
2024-06-15 14:36:07 +03:00
georgemoralis
6a47f8ae50
Merge pull request #197 from Xphalnos/main
...
More screenshots for README
2024-06-14 17:28:56 +03:00
Xphalnos
d1f409f373
Screenshots
2024-06-14 14:59:22 +02:00
Xphalnos
edf6724e74
Merge branch 'main' of https://github.com/Xphalnos/shadPS4
2024-06-14 14:33:08 +02:00
Xphalnos
eb22704771
More screenshots for README
2024-06-14 14:32:41 +02:00
georgemoralis
1a26983181
Merge pull request #196 from shadps4-emu/LibPngDec
...
Added LibPngDec
2024-06-14 11:02:19 +03:00
raziel1000
080ec3e23e
Added LibPngDec
...
(tested with Metal Slug 3, Risk of Rain, Deadbolt and Nidhogg)
2024-06-14 01:37:26 -06:00
TheTurtle
31bd502764
core: Fixup linux support ( #195 )
...
* tls: Implement for linux
* core: Implement memory manager for linux
2024-06-14 00:58:57 +03:00
Xphalnos
e62690759d
Fix missing SDL3.dll error message for Windows-Qt ( #193 )
2024-06-12 19:09:54 +03:00
georgemoralis
400d910743
Merge pull request #184 from shadps4-emu/externals/tracy
...
Tracy profiler
2024-06-12 17:19:44 +03:00
georgemoralis
dfe2c345dc
Merge pull request #192 from Xphalnos/main
...
Minor fixes
2024-06-12 17:19:25 +03:00
psucien
64569ff737
tracy: guards for missing vk profiler context
2024-06-11 22:57:37 +02:00
georgemoralis
8362e2c497
fixed windows qt build
2024-06-11 23:26:13 +03:00
Xphalnos
7599ba1761
Merge branch 'shadps4-emu:main' into main
2024-06-11 22:10:04 +02:00
psucien
955752a24b
tracy: submodule update
2024-06-11 21:58:35 +02:00
psucien
d7565dec57
tracy: added Vulkan GPU profiling
2024-06-11 21:52:48 +02:00
georgemoralis
8612907831
really fixed typo
2024-06-11 22:41:35 +03:00
Xphalnos
ac0d073050
Improve Building and Readme
2024-06-11 21:29:29 +02:00
georgemoralis
991d44bde6
fix typo
2024-06-11 19:36:17 +03:00
Xphalnos
7c7b617852
Minor fixes
2024-06-11 18:15:36 +02:00
georgemoralis
e8fa9e0e89
added libScePosix nanosleep
2024-06-11 16:42:15 +03:00
psucien
04b1226e9c
tracy: basic markup and project palette
2024-06-11 12:14:33 +02:00
psucien
e89b2d1cdd
Added Tracy profiler
2024-06-11 11:17:46 +02:00
georgemoralis
bff2f006fb
Merge pull request #190 from shadps4-emu/stabilization_three
...
Stabilization three
2024-06-11 07:25:55 +03:00
georgemoralis
e3fd089881
Merge pull request #189 from shadps4-emu/qt-again
...
Qt fixes and improvemments, trophy decryption/viewer.
2024-06-11 07:04:31 +03:00
raziel1000
1abccb29f9
clang format
2024-06-10 20:44:16 -06:00
raziel1000
0f27e0edf2
- Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer)
...
- Added a trophy viewer (right click on game ==> trophy viewer)
- Enabled Run button.
- Switched gui settings to toml.
- Added recent files (6 max)
- Applied @raphaelthegreat suggestions and corrections (Thanks a lot).
- Fixed several bugs and crashes.
- Full screen should disabled by default.
- Added region in list mode.
- Added a simple temp elf list widget.
- Added messages when extracting pkg (ex: installing a patch before the game...etc)
2024-06-10 20:42:21 -06:00
psucien
cb2cf7d93c
recompiler: trivial missing ops (VALU OR and SALU LE, GE) added
2024-06-10 23:49:23 +02:00
psucien
7fcb758da2
timer_management: `sceKernelUsleep` on <1ms delays
2024-06-10 23:48:06 +02:00
psucien
c2dc7c3fd4
renderer_vulkan: another fix for vertex buffer offsets
2024-06-10 23:20:32 +02:00
Xphalnos
71dda8c776
Separation between release mode and RelWithDebInfo ( #186 )
2024-06-10 22:59:28 +03:00