georgemoralis
d81ef0dd9f
posix_pthread_yield , scePadGetHandle
2024-06-20 17:10:14 +03:00
georgemoralis
89af3f0845
analog sticks works better now
2024-06-17 14:33:03 +03:00
georgemoralis
e91ea8a0e5
analog support via keyboard
2024-06-17 13:42:39 +03:00
georgemoralis
ba1f459a23
partially added analog controls
2024-06-17 12:52:25 +03:00
georgemoralis
78204fce27
fixes to the old pad code
2024-06-17 09:02:06 +03:00
georgemoralis
7ebe9380e2
clang fix
2024-06-17 09:02:06 +03:00
georgemoralis
1e00fa5664
new pad module structured using modulegenerator , added common pad structures and function signatures
2024-06-17 09:02:06 +03:00
georgemoralis
3fb01f675e
Merge pull request #203 from shadps4-emu/video_core/more_functionality
...
More instructions support and trivial additions
2024-06-17 08:59:36 +03:00
psucien
42353fd939
final touch: assert instead of log crit to crash earlier
2024-06-17 00:42:26 +02:00
psucien
a9e1c81490
switch to the org's sirit submodule
2024-06-17 00:33:12 +02:00
psucien
e09b04c492
shader_recompiler: list all missing instructions during translation pass
2024-06-16 23:45:39 +02:00
psucien
5928d74b2e
shader_recompiler: added V_TRUNC VOP1/3 (496)
2024-06-16 23:39:45 +02:00
psucien
079073d4c5
shader_recompiler: pretty print for missing shader instructions
2024-06-16 23:11:36 +02:00
psucien
2a87be7c00
texture_cache: return back image view usage override
2024-06-16 22:30:18 +02:00
psucien
c53e86248f
renderer_vulkan: simplified sRGB hack
2024-06-16 22:29:23 +02:00
psucien
24ca6a26b4
renderer_vulkan: BC3 formats conversion
2024-06-16 22:29:04 +02:00
psucien
6c534ffa11
shader_recompiler: added V_MAX VOP2 (431, 433)
2024-06-16 21:34:23 +02:00
psucien
78752b008a
shader_recompiler: correct format for SSBO store op
2024-06-16 21:21:19 +02:00
psucien
61c9e70781
renderer_vulkan: added log entry for CS compiling
2024-06-16 20:51:35 +02:00
psucien
9f605c9bbd
shader_recompiler: added MUL_HI VOP2 (896)
2024-06-16 20:39:53 +02:00
psucien
1fb06835b9
shader_recompiler: added SOPK MOVK (45)
2024-06-16 20:26:24 +02:00
raziel1000
6516a3a12e
Missing sceKernelUuidCreate nid
2024-06-15 17:01:20 -06:00
TheTurtle
c725e18f01
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
1abc5471e6
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
72948f379f
video_out: proper sRGB output workflow
2024-06-15 23:24:34 +02:00
psucien
200fe2f31c
video_core: added support for alternate CB channels order
2024-06-15 23:24:33 +02:00
psucien
44cdbdbf90
renderer_vulkan: sRGB swapchain
2024-06-15 23:24:33 +02:00
psucien
e5c27356f2
videoout: register buffers in texture cache at VO creation time
2024-06-15 23:24:33 +02:00
psucien
06f45310b2
texture_cache: don't set color attachment usage flag for packed images
2024-06-15 23:24:33 +02:00
psucien
42af4aab41
video_core: shaders hash switched to one from binary header
2024-06-15 23:24:32 +02:00
psucien
92c3a794be
renderer_vulkan: static vector for vertex buffers ranges
2024-06-15 23:20:14 +02:00
psucien
95e3bd049c
tracy: added PthreadMutex markup
2024-06-15 23:20:14 +02:00
psucien
b8c57ddcf8
gnmdriver: fix for pm4 dump name in some erroneous cases
2024-06-15 23:20:14 +02:00
psucien
4b3acb7ccb
renderer_vulkan: fixed buffers alignments
2024-06-15 23:20:13 +02:00
psucien
8429fa1c0e
libraries: fix for Windows crash during LLE libc initialization
2024-06-15 20:04:36 +02:00
Younes
825657ced1
- 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
556d88ecb4
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
21fb03ce61
Merge pull request #197 from Xphalnos/main
...
More screenshots for README
2024-06-14 17:28:56 +03:00
Xphalnos
3d70184181
Screenshots
2024-06-14 14:59:22 +02:00
Xphalnos
3779331f86
Merge branch 'main' of https://github.com/Xphalnos/shadPS4
2024-06-14 14:33:08 +02:00
Xphalnos
30fe6aa2dd
More screenshots for README
2024-06-14 14:32:41 +02:00
georgemoralis
f633f3d30e
Merge pull request #196 from shadps4-emu/LibPngDec
...
Added LibPngDec
2024-06-14 11:02:19 +03:00
raziel1000
0fce689830
Added LibPngDec
...
(tested with Metal Slug 3, Risk of Rain, Deadbolt and Nidhogg)
2024-06-14 01:37:26 -06:00
TheTurtle
1e5fed2e8a
core: Fixup linux support ( #195 )
...
* tls: Implement for linux
* core: Implement memory manager for linux
2024-06-14 00:58:57 +03:00
Xphalnos
a818c36fdf
Fix missing SDL3.dll error message for Windows-Qt ( #193 )
2024-06-12 19:09:54 +03:00
georgemoralis
732bd3c69b
Merge pull request #184 from shadps4-emu/externals/tracy
...
Tracy profiler
2024-06-12 17:19:44 +03:00
georgemoralis
c7e23cfd8b
Merge pull request #192 from Xphalnos/main
...
Minor fixes
2024-06-12 17:19:25 +03:00
psucien
dca807f132
tracy: guards for missing vk profiler context
2024-06-11 22:57:37 +02:00
georgemoralis
e749836126
fixed windows qt build
2024-06-11 23:26:13 +03:00
Xphalnos
5d69def24c
Merge branch 'shadps4-emu:main' into main
2024-06-11 22:10:04 +02:00